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/AMDGPU/promote-alloca-bitcast-function.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/AMDGPU/promote-alloca-bitcast-function.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/promote-alloca-bitcast-function.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/promote-alloca-bitcast-function.ll b/llvm/test/CodeGen/AMDGPU/promote-alloca-bitcast-function.ll index 095996d8e10..609001733b7 100644 --- a/llvm/test/CodeGen/AMDGPU/promote-alloca-bitcast-function.ll +++ b/llvm/test/CodeGen/AMDGPU/promote-alloca-bitcast-function.ll @@ -1,4 +1,4 @@ -; RUN: not llc -march=amdgcn -exit-on-error < %s 2>&1 | FileCheck %s +; RUN: not llc -march=amdgcn < %s 2>&1 | FileCheck %s ; Make sure that AMDGPUPromoteAlloca doesn't crash if the called ; function is a constantexpr cast of a function. |