summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/protocol-property-synth.m
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-17 09:04:12 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-17 09:04:12 +0000
commitfba0b44d35222a9914973651ea43a4547304eb2e (patch)
tree71187f07e657daa45ce434a67a49d91d99847e1a /clang/test/CodeGenObjC/protocol-property-synth.m
parent23baa01af443bd53ebe4e43224da6577a286262f (diff)
downloadbcm5719-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.m2
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;
OpenPOWER on IntegriCloud