diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-06-13 20:02:26 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-06-13 20:02:26 +0000 |
commit | 4127fccb72ef463b9fb4f1f8ed22dc76e1a57837 (patch) | |
tree | 6e2a84b0d0cfa528540fab6a8865ce7c06a02cd4 | |
parent | 2a0f409b57cfe0770177b0e54c99b6e1c4fdff90 (diff) |
Don't include system headers when overriding triple.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73301 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/property-complex.m | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/CodeGenObjC/property-complex.m b/test/CodeGenObjC/property-complex.m index 2675358fe5..2e23ca4105 100644 --- a/test/CodeGenObjC/property-complex.m +++ b/test/CodeGenObjC/property-complex.m @@ -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 |