[llvm] bf94c96 - Write ignored output to stdout, so this test runs on read-only filesystems.
Sterling Augustine via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 10:45:37 PDT 2020
Author: Sterling Augustine
Date: 2020-04-15T10:45:14-07:00
New Revision: bf94c960071d338b7157ac7dee8120df50d5600f
URL: https://github.com/llvm/llvm-project/commit/bf94c960071d338b7157ac7dee8120df50d5600f
DIFF: https://github.com/llvm/llvm-project/commit/bf94c960071d338b7157ac7dee8120df50d5600f.diff
LOG: Write ignored output to stdout, so this test runs on read-only filesystems.
Added:
Modified:
llvm/test/CodeGen/ARM/inline-asm-reserved-registers.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/ARM/inline-asm-reserved-registers.ll b/llvm/test/CodeGen/ARM/inline-asm-reserved-registers.ll
index 02c86c8b1cf9..002a27303b2f 100644
--- a/llvm/test/CodeGen/ARM/inline-asm-reserved-registers.ll
+++ b/llvm/test/CodeGen/ARM/inline-asm-reserved-registers.ll
@@ -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) {
More information about the llvm-commits
mailing list