Don't include system headers when overriding triple.

llvm-svn: 73301
This commit is contained in:
Daniel Dunbar 2009-06-13 20:02:26 +00:00
parent c0467f36f2
commit 2f554fadcd
1 changed files with 2 additions and 4 deletions

View File

@ -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