mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-23 07:52:06 +00:00
bc068586ac
of the llvm targets from clang/CodeGen into ClangCheck.cpp and CIndex.cpp. llvm-svn: 241653
10 lines
375 B
Matlab
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;
|