summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2013-02-07 22:59:12 +0000
committerDouglas Gregor <dgregor@apple.com>2013-02-07 22:59:12 +0000
commit4bedb499eaa00fa6bec341a2f8eb1a66a3aa6d63 (patch)
tree6fddb5d89cb2f1faf5016bf901034548d01e8673 /clang/test
parent08ec0b611748328c708de60be5d11dd24c2a182c (diff)
downloadbcm5719-llvm-4bedb499eaa00fa6bec341a2f8eb1a66a3aa6d63.tar.gz
bcm5719-llvm-4bedb499eaa00fa6bec341a2f8eb1a66a3aa6d63.zip
Form the default -fmodules-cache-path= properly.
llvm-svn: 174674
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Modules/driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/driver.c b/clang/test/Modules/driver.c
index 20aac0015c6..0a787b996a8 100644
--- a/clang/test/Modules/driver.c
+++ b/clang/test/Modules/driver.c
@@ -1,6 +1,6 @@
// RUN: %clang -fmodules %s -### 2>&1 | FileCheck -check-prefix NO_MODULE_CACHE %s
// RUN: %clang -fmodules -fmodules-cache-path=blarg %s -### 2>&1 | FileCheck -check-prefix WITH_MODULE_CACHE %s
-// CHECK-NO_MODULE_CACHE: {{clang.*"-fmodules-cache-path"}}
+// CHECK-NO_MODULE_CACHE: {{clang.*"-fmodules-cache-path=.*clang-module-cache"}}
// CHECK-WITH_MODULE_CACHE: {{clang.*"-fmodules-cache-path=blarg"}}
OpenPOWER on IntegriCloud