annotate clang/test/Modules/self-import-header.m @ 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 // rdar://13840148
anatofuz
parents:
diff changeset
2 // REQUIRES: x86-registered-target
anatofuz
parents:
diff changeset
3 // RUN: rm -rf %t
anatofuz
parents:
diff changeset
4 // RUN: %clang -fsyntax-only -isysroot %S/Inputs/System/usr/include -fmodules -fmodules-cache-path=%t \
anatofuz
parents:
diff changeset
5 // RUN: -target x86_64-darwin \
anatofuz
parents:
diff changeset
6 // RUN: -F %S -F %S/Inputs/self-import-header -I %S/Inputs/self-import-header \
anatofuz
parents:
diff changeset
7 // RUN: %s -D__need_wint_t -Werror=implicit-function-declaration
anatofuz
parents:
diff changeset
8
anatofuz
parents:
diff changeset
9 @import af;