summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/private-memory-broken.ll
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2016-05-14 14:37:11 +0000
committerRenato Golin <renato.golin@linaro.org>2016-05-14 14:37:11 +0000
commitf4917d35c91692587a00a3cc5abd68fb983e722a (patch)
tree3517c2fcbb48dd00ec52117de663ff6e815f56bb /llvm/test/CodeGen/AMDGPU/private-memory-broken.ll
parent2c8500996d45d24f91a80b863d0fcc7dcec5908b (diff)
downloadbcm5719-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/AMDGPU/private-memory-broken.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/private-memory-broken.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/private-memory-broken.ll b/llvm/test/CodeGen/AMDGPU/private-memory-broken.ll
index 17a54c70fcf..6b18a19f195 100644
--- a/llvm/test/CodeGen/AMDGPU/private-memory-broken.ll
+++ b/llvm/test/CodeGen/AMDGPU/private-memory-broken.ll
@@ -1,5 +1,5 @@
-; RUN: not llc -verify-machineinstrs -march=amdgcn -mcpu=SI -exit-on-error %s -o /dev/null 2>&1 | FileCheck %s
-; RUN: not llc -verify-machineinstrs -march=amdgcn -mcpu=tonga -exit-on-error %s -o /dev/null 2>&1 | FileCheck %s
+; RUN: not llc -verify-machineinstrs -march=amdgcn -mcpu=SI %s -o /dev/null 2>&1 | FileCheck %s
+; RUN: not llc -verify-machineinstrs -march=amdgcn -mcpu=tonga %s -o /dev/null 2>&1 | FileCheck %s
; Make sure promote alloca pass doesn't crash
OpenPOWER on IntegriCloud