mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:19:43 +00:00
[Testing] Fix tests that break with read-only checkouts
Found with `mount --bind -o ro ...` on Linux. llvm-svn: 367519
This commit is contained in:
parent
543466e57c
commit
eb6539b002
@ -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) {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user