1
0
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:
Sterling Augustine 2020-04-15 10:42:52 -07:00
parent 205e8e2e70
commit 86c9b5e0f4

View File

@ -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) {