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 | b379718fea4a3ce854e52cd06618412204cf171b (patch) | |
tree | 65ff55558c2b15564a78871c09cf9eddbda89484 | |
parent | 090d1bd613380a4155c5a79cbd1d5fb4a7368ac6 (diff) |
Don't need to specify the abi as it's the default.
rdar://11842763
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160554 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/layout-bitfield-crash.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/layout-bitfield-crash.m b/test/CodeGenObjC/layout-bitfield-crash.m index 7e6e77ea7a..5d0e7bfd2e 100644 --- a/test/CodeGenObjC/layout-bitfield-crash.m +++ b/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; |