blob: 79d1bbe13c078939b97843e1854d800f0173f557 [file] [log] [blame]
Tim Northover931a4fe2013-08-12 12:51:05 +00001// RUN: %clang -fmodules %s -### 2>&1 | FileCheck -check-prefix CHECK-NO_MODULE_CACHE %s
2// RUN: %clang -fmodules -fmodules-cache-path=blarg %s -### 2>&1 | FileCheck -check-prefix CHECK-WITH_MODULE_CACHE %s
Douglas Gregore2978e32011-09-14 20:29:10 +00003
Douglas Gregor892b6fb2013-03-21 21:48:48 +00004// CHECK-NO_MODULE_CACHE: {{clang.*"-fmodules-cache-path=.*ModuleCache"}}
Douglas Gregore2978e32011-09-14 20:29:10 +00005
Douglas Gregor953a61f2013-02-07 19:01:24 +00006// CHECK-WITH_MODULE_CACHE: {{clang.*"-fmodules-cache-path=blarg"}}