llvm-capstone/clang/test/Modules/self-import-header.m
Adrian Prantl bc068586ac Revert "Revert r241620 and follow-up commits" and move the initialization
of the llvm targets from clang/CodeGen into ClangCheck.cpp and CIndex.cpp.

llvm-svn: 241653
2015-07-08 01:00:30 +00:00

10 lines
375 B
Matlab

// rdar://13840148
// REQUIRES: x86-registered-target
// RUN: rm -rf %t
// RUN: %clang -fsyntax-only -isysroot %S/Inputs/System/usr/include -fmodules -fmodules-cache-path=%t \
// RUN: -target x86_64-darwin \
// RUN: -F %S -F %S/Inputs/self-import-header -I %S/Inputs/self-import-header \
// RUN: %s -D__need_wint_t -Werror=implicit-function-declaration
@import af;