diff options
| author | Renato Golin <renato.golin@linaro.org> | 2016-05-14 14:37:11 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2016-05-14 14:37:11 +0000 |
| commit | f4917d35c91692587a00a3cc5abd68fb983e722a (patch) | |
| tree | 3517c2fcbb48dd00ec52117de663ff6e815f56bb /llvm/test/CodeGen/ARM | |
| parent | 2c8500996d45d24f91a80b863d0fcc7dcec5908b (diff) | |
| download | bcm5719-llvm-f4917d35c91692587a00a3cc5abd68fb983e722a.tar.gz bcm5719-llvm-f4917d35c91692587a00a3cc5abd68fb983e722a.zip | |
Revert "[llc] New diagnostic handler"
This reverts commit r269563. Even though now it passes all LLDB bots
after a local fix, there's a new buildbot it fails with tests that we
hadn't seen locally:
http://lab.llvm.org:8011/builders/clang-x86_64-linux-selfhost-modules/builds/15647
Adding those tests to the list to investigate.
llvm-svn: 269568
Diffstat (limited to 'llvm/test/CodeGen/ARM')
| -rw-r--r-- | llvm/test/CodeGen/ARM/2012-09-25-InlineAsmScalarToVectorConv2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2012-09-25-InlineAsmScalarToVectorConv2.ll b/llvm/test/CodeGen/ARM/2012-09-25-InlineAsmScalarToVectorConv2.ll index 170c09fc141..b47247c5454 100644 --- a/llvm/test/CodeGen/ARM/2012-09-25-InlineAsmScalarToVectorConv2.ll +++ b/llvm/test/CodeGen/ARM/2012-09-25-InlineAsmScalarToVectorConv2.ll @@ -1,4 +1,4 @@ -; RUN: not llc -mtriple=arm-eabi -mcpu=cortex-a8 -exit-on-error %s -o - 2>&1 | FileCheck %s +; RUN: not llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - 2>&1 | FileCheck %s ; Check for error message: ; CHECK: scalar-to-vector conversion failed, possible invalid constraint for vector type |

