annotate clang/test/Modules/odr_hash-Unresolved.cpp @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 // RUN: rm -rf %t
anatofuz
parents:
diff changeset
2
anatofuz
parents:
diff changeset
3 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t/modules.cache \
anatofuz
parents:
diff changeset
4 // RUN: -I %S/Inputs/odr_hash-Unresolved \
anatofuz
parents:
diff changeset
5 // RUN: -fmodules \
anatofuz
parents:
diff changeset
6 // RUN: -fimplicit-module-maps \
anatofuz
parents:
diff changeset
7 // RUN: -fmodules-cache-path=%t/modules.cache \
anatofuz
parents:
diff changeset
8 // RUN: -fmodules-local-submodule-visibility \
anatofuz
parents:
diff changeset
9 // RUN: -std=c++11 -x c++ %s -fsyntax-only
anatofuz
parents:
diff changeset
10
anatofuz
parents:
diff changeset
11 // Note: There is no -verify in the run line because some error messages are
anatofuz
parents:
diff changeset
12 // not captured from the module building stage.
anatofuz
parents:
diff changeset
13
anatofuz
parents:
diff changeset
14 #include "Module2/include.h"