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

Chandler Carruth chandlerc at gmail.com
Mon Oct 1 21:24:16 PDT 2012


Author: chandlerc
Date: Mon Oct  1 23:24:16 2012
New Revision: 164987

URL: http://llvm.org/viewvc/llvm-project?rev=164987&view=rev
Log:
Re-enable this test to reflect re-enabling the new SROA pass.

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=164987&r1=164986&r2=164987&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/exceptions.m (original)
+++ cfe/trunk/test/CodeGenObjC/exceptions.m Mon Oct  1 23:24:16 2012
@@ -2,10 +2,6 @@
 //
 // <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