Write ignored output to stdout, so this test runs on read-only filesystems.
authorSterling Augustine <saugustine@google.com>
Wed, 15 Apr 2020 17:42:52 +0000 (10:42 -0700)
committerSterling Augustine <saugustine@google.com>
Wed, 15 Apr 2020 17:45:14 +0000 (10:45 -0700)
llvm/test/CodeGen/ARM/inline-asm-reserved-registers.ll

index 02c86c8..002a273 100644 (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) {