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/AArch64/arm64-inline-asm-error-N.ll | |
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/AArch64/arm64-inline-asm-error-N.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-inline-asm-error-N.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-inline-asm-error-N.ll b/llvm/test/CodeGen/AArch64/arm64-inline-asm-error-N.ll index 32c7d32a8ef..b4a199f160a 100644 --- a/llvm/test/CodeGen/AArch64/arm64-inline-asm-error-N.ll +++ b/llvm/test/CodeGen/AArch64/arm64-inline-asm-error-N.ll @@ -1,4 +1,4 @@ -; RUN: not llc -march=arm64 -exit-on-error < %s 2> %t +; RUN: not llc -march=arm64 < %s 2> %t ; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s ; Check for at least one invalid constant. |