Richard Smith | e75ee0f | 2015-08-17 07:13:32 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t |
Sean Silva | b963ded | 2015-07-30 00:26:34 +0000 | [diff] [blame] | 2 | // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -Rmodule-build -I%S/Inputs/module-map-path-hash -fmodules-cache-path=%t -fsyntax-only %s |
Sean Silva | 5a45222 | 2015-07-30 07:23:17 +0000 | [diff] [blame] | 3 | // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -Rmodule-build -I%S/Inputs//module-map-path-hash -fmodules-cache-path=%t -fsyntax-only %s 2>&1 | FileCheck -allow-empty %s |
| 4 | // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -Rmodule-build -I%S/Inputs/./module-map-path-hash -fmodules-cache-path=%t -fsyntax-only %s 2>&1 | FileCheck -allow-empty %s |
Sean Silva | b963ded | 2015-07-30 00:26:34 +0000 | [diff] [blame] | 5 | // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -Rmodule-build -I%S/Inputs/../Inputs/module-map-path-hash -fmodules-cache-path=%t -fsyntax-only %s 2>&1 | FileCheck -allow-empty %s |
| 6 | |
| 7 | #include "a.h" |
| 8 | |
| 9 | // CHECK-NOT: remark: building module |