diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2012-09-26 22:48:46 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2012-09-26 22:48:46 +0000 |
commit | a4376dc59fbf9fc3062b72450fe7673c3093c261 (patch) | |
tree | a722b4e56b90ecb3b33da0b384d79fe3231127cc | |
parent | bc3a3a7469f6b93df6397dd9789006fec7b0ea44 (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164733 91177308-0d34-0410-b5e6-96231b3b80d8
-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() { |