Mercurial > hg > CbC > CbC_llvm
annotate clang/test/Modules/odr_hash-Unresolved.cpp @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children |
rev | line source |
---|---|
150 | 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" |