1 | // RUN: rm -rf %t |
---|---|
2 | |
3 | // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t/modules.cache \ |
4 | // RUN: -I %S/Inputs/odr_hash-Unresolved \ |
5 | // RUN: -fmodules \ |
6 | // RUN: -fimplicit-module-maps \ |
7 | // RUN: -fmodules-cache-path=%t/modules.cache \ |
8 | // RUN: -fmodules-local-submodule-visibility \ |
9 | // RUN: -std=c++11 -x c++ %s -fsyntax-only |
10 | |
11 | // Note: There is no -verify in the run line because some error messages are |
12 | // not captured from the module building stage. |
13 | |
14 | #include "Module2/include.h" |
15 |