forked from OSchip/llvm-project
Don't include system headers when overriding triple.
llvm-svn: 73301
This commit is contained in:
parent
c0467f36f2
commit
2f554fadcd
|
|
@ -1,7 +1,5 @@
|
|||
// RUN: clang-cc -triple i386-apple-darwin9 -fnext-runtime -emit-llvm -S -o - %s &&
|
||||
// RUN: clang-cc -triple x86_64-apple-darwin9 -fnext-runtime -emit-llvm -S -o - %s
|
||||
|
||||
#include <stdio.h>
|
||||
// RUN: clang-cc -triple i386-apple-darwin9 -emit-llvm -S -o - %s &&
|
||||
// RUN: clang-cc -triple x86_64-apple-darwin9 -emit-llvm -S -o - %s
|
||||
|
||||
@interface I0 {
|
||||
@public
|
||||
|
|
|
|||
Loading…
Reference in New Issue