Skip to content

Commit 9fde72e

Browse files
authored
[AArch64] Use -filetype=null in test (NFC) (#145662)
1 parent 992f0d1 commit 9fde72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AArch64/streaming-func-no-sme.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: not llc -mtriple aarch64-none-linux-gnu %s 2>&1 | FileCheck %s
1+
; RUN: not llc -mtriple aarch64-none-linux-gnu -filetype=null %s 2>&1 | FileCheck %s
22

33
; CHECK: LLVM ERROR: streaming SVE functions require SME
44
define void @streaming(i64 noundef %n) "aarch64_pstate_sm_enabled" nounwind {

0 commit comments

Comments
 (0)