summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/modified-module-dependency.m
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-06-16 00:19:29 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-06-16 00:19:29 +0000
commit3d8fceafe6ed505fee337c184fc0e08c2e41a104 (patch)
tree398d1857d16a0795c1ce900633f1e9afbcf5c6b4 /clang/test/PCH/modified-module-dependency.m
parent5b5f97537f8b5865141d0bd827a1c271e6a90b0a (diff)
downloadbcm5719-llvm-3d8fceafe6ed505fee337c184fc0e08c2e41a104.tar.gz
bcm5719-llvm-3d8fceafe6ed505fee337c184fc0e08c2e41a104.zip
Commit some test changes somehow missed in r239789.
llvm-svn: 239791
Diffstat (limited to 'clang/test/PCH/modified-module-dependency.m')
-rw-r--r--clang/test/PCH/modified-module-dependency.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/PCH/modified-module-dependency.m b/clang/test/PCH/modified-module-dependency.m
index 3db8f3d9c75..39fddb039ba 100644
--- a/clang/test/PCH/modified-module-dependency.m
+++ b/clang/test/PCH/modified-module-dependency.m
@@ -5,13 +5,13 @@
// RUN: cp %S/modified-module-dependency.module.map %t-dir/module.map
// Precompile prefix.pch.
-// RUN: %clang_cc1 -x objective-c -I %t-dir -fmodules -fmodules-cache-path=%t-dir/cache -fdisable-module-hash -emit-pch %t-dir/prefix.h -o %t-dir/prefix.pch
+// RUN: %clang_cc1 -x objective-c -I %t-dir -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-dir/cache -fdisable-module-hash -emit-pch %t-dir/prefix.h -o %t-dir/prefix.pch
// Modify the dependency.
// RUN: echo ' ' >> %t-dir/test.h
// Run and check the diagnostics.
-// RUN: not %clang_cc1 -x objective-c -I %t-dir -include-pch %t-dir/prefix.pch -fmodules -fmodules-cache-path=%t-dir/cache -fdisable-module-hash -fsyntax-only %s 2> %t-dir/log
+// RUN: not %clang_cc1 -x objective-c -I %t-dir -include-pch %t-dir/prefix.pch -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-dir/cache -fdisable-module-hash -fsyntax-only %s 2> %t-dir/log
// RUN: FileCheck %s < %t-dir/log
// CHECK: file '[[TEST_H:.*[/\\]test\.h]]' has been modified since the precompiled header '[[PREFIX_PCH:.*/prefix\.pch]]' was built
OpenPOWER on IntegriCloud