diff options
-rw-r--r-- | test/CodeGenObjC/exceptions.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGenObjC/exceptions.m b/test/CodeGenObjC/exceptions.m index 551e67c2e6..e73e2815a1 100644 --- a/test/CodeGenObjC/exceptions.m +++ b/test/CodeGenObjC/exceptions.m @@ -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() { |