diff options
author | Eric Christopher <echristo@apple.com> | 2012-07-20 17:42:31 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-07-20 17:42:31 +0000 |
commit | ec21f68740247b7cc99ee8c03af6ddcf2a873932 (patch) | |
tree | 8148568a962c20e44073485c67a934634f0f11eb | |
parent | 0527b8f9423d73b85ab1993248f95f094621b191 (diff) | |
download | bcm5719-llvm-ec21f68740247b7cc99ee8c03af6ddcf2a873932.tar.gz bcm5719-llvm-ec21f68740247b7cc99ee8c03af6ddcf2a873932.zip |
Don't need to specify the abi as it's the default.
rdar://11842763
llvm-svn: 160554
-rw-r--r-- | clang/test/CodeGenObjC/layout-bitfield-crash.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/layout-bitfield-crash.m b/clang/test/CodeGenObjC/layout-bitfield-crash.m index 7e6e77ea7ae..5d0e7bfd2e7 100644 --- a/clang/test/CodeGenObjC/layout-bitfield-crash.m +++ b/clang/test/CodeGenObjC/layout-bitfield-crash.m @@ -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; |