blob: ccfa96ebd259a558d6962b2a5c1f7fb1f9bfd111 [file] [log] [blame]
Richard Smithe75ee0f2015-08-17 07:13:32 +00001// RUN: rm -rf %t
Sean Silvab963ded2015-07-30 00:26:34 +00002// 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 Silva5a452222015-07-30 07:23:17 +00003// 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 Silvab963ded2015-07-30 00:26:34 +00005// 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