diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-09-06 22:08:18 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-09-06 22:08:18 +0000 |
commit | 756a0a1f39bc10fb7140c820b69e731cfbf1d25c (patch) | |
tree | 9e99ff36b6d41935e75b6b5a3c2a6a1545dd47fa /test/CodeGen/Thumb | |
parent | 77951908b76c00315f1a74d09fb45530029638ec (diff) | |
download | external_llvm-756a0a1f39bc10fb7140c820b69e731cfbf1d25c.zip external_llvm-756a0a1f39bc10fb7140c820b69e731cfbf1d25c.tar.gz external_llvm-756a0a1f39bc10fb7140c820b69e731cfbf1d25c.tar.bz2 |
Disable these tests harder. They're XFAIL'd, but that means they still run, and
these tests all infinitely recurse, bringing my system down into swapping hell.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139192 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb')
-rw-r--r-- | test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll b/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll index 3c83948..2890c22 100644 --- a/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll +++ b/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll @@ -1,4 +1,5 @@ -; RUN: llc -mtriple=thumbv6-apple-darwin < %s +; DISABLED: llc -mtriple=thumbv6-apple-darwin < %s +; RUN: false ; rdar://problem/9416774 ; ModuleID = 'reduced.ll' |