summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/driver.c
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2013-03-21 21:48:48 +0000
committerDouglas Gregor <dgregor@apple.com>2013-03-21 21:48:48 +0000
commit23c7d67de2ddd9351ab7ecd3e5b2386e44ba333b (patch)
treeb3778e42ed4c33cb510879f5317b8ef272c8d56b /clang/test/Modules/driver.c
parenta00790447ee49a566dcbe077fda4055966856bc4 (diff)
downloadbcm5719-llvm-23c7d67de2ddd9351ab7ecd3e5b2386e44ba333b.tar.gz
bcm5719-llvm-23c7d67de2ddd9351ab7ecd3e5b2386e44ba333b.zip
<rdar://problem/13477190> Give the Clang module cache directory some structure, so it's easier to find.
We now put the Clang module cache in <system-temp-directory>/org.llvm.clang/ModuleCache. Perhaps some day there will be other caches under <system-temp-directory>/org.llvm.clang>. llvm-svn: 177671
Diffstat (limited to 'clang/test/Modules/driver.c')
-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 0a787b996a8..08fdaab4410 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=.*clang-module-cache"}}
+// CHECK-NO_MODULE_CACHE: {{clang.*"-fmodules-cache-path=.*ModuleCache"}}
// CHECK-WITH_MODULE_CACHE: {{clang.*"-fmodules-cache-path=blarg"}}
OpenPOWER on IntegriCloud