[cfe-commits] r160554 - /cfe/trunk/test/CodeGenObjC/layout-bitfield-crash.m

Eric Christopher echristo at apple.com
Fri Jul 20 10:42:31 PDT 2012


Author: echristo
Date: Fri Jul 20 12:42:31 2012
New Revision: 160554

URL: http://llvm.org/viewvc/llvm-project?rev=160554&view=rev
Log:
Don't need to specify the abi as it's the default.

rdar://11842763

Modified:
    cfe/trunk/test/CodeGenObjC/layout-bitfield-crash.m

Modified: cfe/trunk/test/CodeGenObjC/layout-bitfield-crash.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/layout-bitfield-crash.m?rev=160554&r1=160553&r2=160554&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/layout-bitfield-crash.m (original)
+++ cfe/trunk/test/CodeGenObjC/layout-bitfield-crash.m Fri Jul 20 12:42:31 2012
@@ -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;





More information about the cfe-commits mailing list