diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-17 09:04:12 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-17 09:04:12 +0000 |
commit | fba0b44d35222a9914973651ea43a4547304eb2e (patch) | |
tree | 71187f07e657daa45ce434a67a49d91d99847e1a /clang/test/CodeGenObjC/protocol-property-synth.m | |
parent | 23baa01af443bd53ebe4e43224da6577a286262f (diff) | |
download | bcm5719-llvm-fba0b44d35222a9914973651ea43a4547304eb2e.tar.gz bcm5719-llvm-fba0b44d35222a9914973651ea43a4547304eb2e.zip |
Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, instead of forcing the triple.
llvm-svn: 89072
Diffstat (limited to 'clang/test/CodeGenObjC/protocol-property-synth.m')
-rw-r--r-- | clang/test/CodeGenObjC/protocol-property-synth.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/protocol-property-synth.m b/clang/test/CodeGenObjC/protocol-property-synth.m index e91f3552310..ab230af2321 100644 --- a/clang/test/CodeGenObjC/protocol-property-synth.m +++ b/clang/test/CodeGenObjC/protocol-property-synth.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -triple x86_64-apple-darwin10 -emit-llvm -o %t %s +// RUN: clang-cc -fobjc-nonfragile-abi -emit-llvm -o %t %s @interface BaseClass { id _delegate; |