diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-08-09 08:48:41 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-08-09 08:48:41 +0000 |
commit | 0f99d6a4413e3da6ec242c0ab715d6699045dea8 (patch) | |
tree | 4ae2e591505c54ad7078c0d5235c3c9cbef143b5 /clang/test/Modules/relative-dep-gen.cpp | |
parent | 38c1e6d355e45f73539326a3a1dee1ce0c5738b7 (diff) | |
download | bcm5719-llvm-0f99d6a4413e3da6ec242c0ab715d6699045dea8.tar.gz bcm5719-llvm-0f99d6a4413e3da6ec242c0ab715d6699045dea8.zip |
[modules] PR22534: Load files specified by -fmodule-file= eagerly. In particular, this avoids the need to re-parse module map files when using such a module.
llvm-svn: 244416
Diffstat (limited to 'clang/test/Modules/relative-dep-gen.cpp')
-rw-r--r-- | clang/test/Modules/relative-dep-gen.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Modules/relative-dep-gen.cpp b/clang/test/Modules/relative-dep-gen.cpp index 5fbfcfa3814..d82b5a18b1e 100644 --- a/clang/test/Modules/relative-dep-gen.cpp +++ b/clang/test/Modules/relative-dep-gen.cpp @@ -25,6 +25,6 @@ // CHECK-BUILD: Inputs/relative-dep-gen-1.h // CHECK-BUILD: Inputs/relative-dep-gen-2.h // CHECK-USE: use.o: -// CHECK-USE: Inputs/relative-dep-gen{{(-cwd)?}}.modulemap -// CHECK-USE: relative-dep-gen.cpp -// CHECK-USE: Inputs/relative-dep-gen-1.h +// CHECK-USE-DAG: Inputs/relative-dep-gen{{(-cwd)?}}.modulemap +// CHECK-USE-DAG: relative-dep-gen.cpp +// CHECK-USE-DAG: Inputs/relative-dep-gen-1.h |