]> granicus.if.org Git - llvm/commitdiff
[Testing] Fix tests that break with read-only checkouts
authorDavid Zarzycki <dave@znu.io>
Thu, 1 Aug 2019 06:41:40 +0000 (06:41 +0000)
committerDavid Zarzycki <dave@znu.io>
Thu, 1 Aug 2019 06:41:40 +0000 (06:41 +0000)
Found with `mount --bind -o ro ...` on Linux.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367519 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AMDGPU/div_i128.ll
test/MachineVerifier/verifier-pseudo-terminators.mir

index 7c4c88b73d35343836c62495f15c0af5ddf49e31..80acf6804cccbdcdc84ae0847948738ef2b5d644 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: not llc -mtriple=amdgcn-amd-amdhsa -verify-machineinstrs  %s 2>&1 | FileCheck %s
+; RUN: not llc -mtriple=amdgcn-amd-amdhsa -verify-machineinstrs -o - %s 2>&1 | FileCheck %s
 
 ; CHECK: LLVM ERROR: unsupported libcall legalization
 define i128 @v_sdiv_i128_vv(i128 %lhs, i128 %rhs) {
index b501aacf9673729fb7c52eb0d5ac32111c73f7d2..831ca83baa28ee54cd248e2f9f7893ab33c9a3ef 100644 (file)
@@ -1,4 +1,4 @@
-# RUN: not llc -march=amdgcn -run-pass=verify %s 2>&1 | FileCheck %s
+# RUN: not llc -march=amdgcn -run-pass=verify -o - %s 2>&1 | FileCheck %s
 # REQUIRES: amdgpu-registered-target
 
 # Make sure that mismatched successors are caught when a _term