[PATCH] D20852: [AMDGPU] Remove exit-on-error in test (PR27761)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 09:58:25 PDT 2016


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: test/CodeGen/AMDGPU/private-memory-broken.ll:1
@@ -1,2 +1,2 @@
-; 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
----------------
Can you remove the -mcpu=SI? I've been removing them from tests as they get touched


http://reviews.llvm.org/D20852





More information about the llvm-commits mailing list