Skip to content

Commit bb80872

Browse files
committed
[NFC] Use llvm-as instead of llc
llvm-as does everything this test requires, but doesn't depend on a target being registered. This gets the test passing when LLVM_DEFAUL_TARGET_TRIPLE is unset.
1 parent 4fc52db commit bb80872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Verifier/x86_amx9.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: not llc %s -o /dev/null 2>&1 | FileCheck %s
1+
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
22

33
@buf = dso_local global [1024 x i8] zeroinitializer, align 16
44

0 commit comments

Comments
 (0)