2015-06-16 08:08:24 +08:00
|
|
|
// RUN: %clang -fmodules -fimplicit-module-maps %s -### 2>&1 | FileCheck -check-prefix CHECK-NO_MODULE_CACHE %s
|
|
|
|
// RUN: %clang -fmodules -fimplicit-module-maps -fmodules-cache-path=blarg %s -### 2>&1 | FileCheck -check-prefix CHECK-WITH_MODULE_CACHE %s
|
2011-09-15 04:29:10 +08:00
|
|
|
|
2013-03-22 05:48:48 +08:00
|
|
|
// CHECK-NO_MODULE_CACHE: {{clang.*"-fmodules-cache-path=.*ModuleCache"}}
|
2011-09-15 04:29:10 +08:00
|
|
|
|
2013-02-08 03:01:24 +08:00
|
|
|
// CHECK-WITH_MODULE_CACHE: {{clang.*"-fmodules-cache-path=blarg"}}
|