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-in-extended-class.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-in-extended-class.m')
-rw-r--r-- | clang/test/CodeGenObjC/protocol-in-extended-class.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/protocol-in-extended-class.m b/clang/test/CodeGenObjC/protocol-in-extended-class.m index d0ff7414719..cad59b0fcdb 100644 --- a/clang/test/CodeGenObjC/protocol-in-extended-class.m +++ b/clang/test/CodeGenObjC/protocol-in-extended-class.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -triple x86_64-apple-darwin10 -S %s -o %t-64.s +// RUN: clang-cc -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -S %s -o %t-64.s // RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s // RUN: clang-cc -triple i386-apple-darwin -S %s -o %t-32.s // RUN: FileCheck -check-prefix LP32 --input-file=%t-32.s %s |