]> granicus.if.org Git - clang/commitdiff
Don't need to specify the abi as it's the default.
authorEric Christopher <echristo@apple.com>
Fri, 20 Jul 2012 17:42:31 +0000 (17:42 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 20 Jul 2012 17:42:31 +0000 (17:42 +0000)
rdar://11842763

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160554 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/layout-bitfield-crash.m

index 7e6e77ea7aecd07b955a800b66cae74c6ade2e9b..5d0e7bfd2e7f4215d1d7e3a70f03b40a0aa0301f 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin11 -fobjc-runtime=macosx-10.7 -fobjc-gc -emit-llvm -g -o - %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin11 -fobjc-gc -emit-llvm -g -o - %s
 // Check that this doesn't crash when compiled with debugging on.
 @class Foo;
 typedef struct Bar *BarRef;