Skip to content

Commit

Permalink
[NFC] Use llvm-as instead of llc
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
llvm-beanz committed Feb 1, 2022
1 parent 4fc52db commit bb80872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/Verifier/x86_amx9.ll
@@ -1,4 +1,4 @@
; RUN: not llc %s -o /dev/null 2>&1 | FileCheck %s
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s

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

Expand Down

0 comments on commit bb80872

Please sign in to comment.