Douglas Gregor | e2978e3 | 2011-09-14 20:29:10 +0000 | [diff] [blame] | 1 | // RUN: %clang %s -### 2>&1 | FileCheck -check-prefix NO_MODULE_CACHE %s |
2 | // RUN: %clang -fmodule-cache-path blarg %s -### 2>&1 | FileCheck -check-prefix WITH_MODULE_CACHE %s | ||||
3 | |||||
4 | // CHECK-NO_MODULE_CACHE: {{clang.*"-fmodule-cache-path"}} | ||||
5 | |||||
6 | // CHECK-WITH_MODULE_CACHE: {{clang.*"-fmodule-cache-path" "blarg"}} |