diff options
| author | Renato Golin <renato.golin@linaro.org> | 2016-05-13 16:02:44 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2016-05-13 16:02:44 +0000 |
| commit | e9fa3585c5929b1c5646140a5cce3f096ca64d1f (patch) | |
| tree | d72a5d528c2dbfdad8cb56b9e037630a8578ceb1 /llvm/test/CodeGen/ARM | |
| parent | 64936ce91dba4fe91655629ce1a25895f2af6f51 (diff) | |
| download | bcm5719-llvm-e9fa3585c5929b1c5646140a5cce3f096ca64d1f.tar.gz bcm5719-llvm-e9fa3585c5929b1c5646140a5cce3f096ca64d1f.zip | |
Revert "[llc] New diagnostic handler"
This reverts commit r269428, as it breaks the LLDB build. We need to
understand how to change LLDB in the same way as LLC before landing this
again.
llvm-svn: 269432
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 |

