Don't need to specify the abi as it's the default.

rdar://11842763

llvm-svn: 160554
This commit is contained in:
Eric Christopher 2012-07-20 17:42:31 +00:00
parent 0527b8f942
commit ec21f68740
1 changed files with 1 additions and 1 deletions

View 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;