mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Write ignored output to stdout, so this test runs on read-only filesystems.
This commit is contained in:
parent
205e8e2e70
commit
86c9b5e0f4
@ -1,4 +1,4 @@
|
||||
; RUN: not llc -mtriple thumbv6m-arm-none-eabi -frame-pointer=all %s 2>&1 | FileCheck %s --check-prefix=CHECK-ERROR
|
||||
; RUN: not llc -mtriple thumbv6m-arm-none-eabi -frame-pointer=all %s -o - 2>&1 | FileCheck %s --check-prefix=CHECK-ERROR
|
||||
|
||||
; CHECK-ERROR: error: write to reserved register 'R7'
|
||||
define void @test_framepointer_output(i32 %input) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user