commit | ca74ae733619b91413f86f06965089f6abc8d100 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Nov 17 09:04:12 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Nov 17 09:04:12 2009 +0000 |
tree | ce1986280137224bd3bf24e80c28e0c46aee6c79 | |
parent | 4985e3ec81679955e51d537d1186e243f9389d7a [diff] [blame] |
Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, instead of forcing the triple. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89072 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenObjC/forward-class-impl-metadata.m b/test/CodeGenObjC/forward-class-impl-metadata.m index b8ce10a..5dfddde 100644 --- a/test/CodeGenObjC/forward-class-impl-metadata.m +++ b/test/CodeGenObjC/forward-class-impl-metadata.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 BASE { @private