[cfe-commits] r164733 - /cfe/trunk/test/CodeGenObjC/exceptions.m

Nick Lewycky nicholas at mxc.ca
Wed Sep 26 15:48:47 PDT 2012


Author: nicholas
Date: Wed Sep 26 17:48:46 2012
New Revision: 164733

URL: http://llvm.org/viewvc/llvm-project?rev=164733&view=rev
Log:
Turn off this test, as the new and old SROA cause it produce different output.
Left in a note that we need to turn it back on once the SROA fallout is cleared
up.

Modified:
    cfe/trunk/test/CodeGenObjC/exceptions.m

Modified: cfe/trunk/test/CodeGenObjC/exceptions.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/exceptions.m?rev=164733&r1=164732&r2=164733&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/exceptions.m (original)
+++ cfe/trunk/test/CodeGenObjC/exceptions.m Wed Sep 26 17:48:46 2012
@@ -2,6 +2,10 @@
 //
 // <rdar://problem/7471679> [irgen] [eh] Exception code built with clang (x86_64) crashes
 
+// XFAIL: *
+// This test is disabled until SROA fallout is fixed. Turn this test back on
+// once new SROA is enabled, or by reverting r164481.
+
 // Just check that we don't emit any dead blocks.
 @interface NSArray @end
 void f0() {





More information about the cfe-commits mailing list