We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629b6f4 commit fc2b159Copy full SHA for fc2b159
llvm/test/CodeGen/X86/apx/asm-constraint-2-jR.ll
@@ -1,8 +1,8 @@
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
-; RUN: not llc -mtriple=x86_64 %s 2>&1 | FileCheck %s --check-prefix=ERR
+; RUN: not llc -mtriple=x86_64 %s -o %t 2>&1 | FileCheck %s --check-prefix=ERR
3
; RUN: llc -mtriple=x86_64 -mattr=+egpr < %s | FileCheck %s
4
; RUN: llc -mtriple=x86_64 -mattr=+egpr,+inline-asm-use-gpr32 < %s | FileCheck %s
5
-; RUN: not llc -mtriple=x86_64 -mattr=+inline-asm-use-gpr32 %s 2>&1 | FileCheck %s --check-prefix=ERR
+; RUN: not llc -mtriple=x86_64 -mattr=+inline-asm-use-gpr32 %s -o %t 2>&1 | FileCheck %s --check-prefix=ERR
6
7
; ERR: error: inline assembly requires more registers than available
8
0 commit comments