]> granicus.if.org Git - clang/commitdiff
Allow module deps to be printed in an arbitrary order
authorReid Kleckner <reid@kleckner.net>
Fri, 12 Dec 2014 19:13:04 +0000 (19:13 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 12 Dec 2014 19:13:04 +0000 (19:13 +0000)
The order is different between Windows and Unix for reasons unknown, but
the compiler output appears to still be determinstic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224145 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/dependency-dump.m

index 630af4950c186710655937036853ac957793a634..e3d8b3796441e8a10dbc3db1b900a9544f74807b 100644 (file)
@@ -6,10 +6,10 @@
 // expected-no-diagnostics
 
 // RUN: FileCheck %s -check-prefix=VFS -input-file %t/vfs/vfs.yaml
-// VFS: 'name': "SubFramework.h"
-// VFS: 'name': "Treasure.h"
-// VFS: 'name': "Module.h"
-// VFS: 'name': "Sub.h"
-// VFS: 'name': "Sub2.h"
+// VFS-DAG: 'name': "SubFramework.h"
+// VFS-DAG: 'name': "Treasure.h"
+// VFS-DAG: 'name': "Module.h"
+// VFS-DAG: 'name': "Sub.h"
+// VFS-DAG: 'name': "Sub2.h"
 
 @import Module;