[llvm] 9fde72e - [AArch64] Use `-filetype=null` in test (NFC) (#145662)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 25 03:26:38 PDT 2025


Author: Benjamin Maxwell
Date: 2025-06-25T11:26:34+01:00
New Revision: 9fde72e729874450563eab8f2b0454cfeac57a48

URL: https://github.com/llvm/llvm-project/commit/9fde72e729874450563eab8f2b0454cfeac57a48
DIFF: https://github.com/llvm/llvm-project/commit/9fde72e729874450563eab8f2b0454cfeac57a48.diff

LOG: [AArch64] Use `-filetype=null` in test (NFC) (#145662)

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/streaming-func-no-sme.ll b/llvm/test/CodeGen/AArch64/streaming-func-no-sme.ll
index 968adcb7cc21b..9be776f817271 100644
--- a/llvm/test/CodeGen/AArch64/streaming-func-no-sme.ll
+++ b/llvm/test/CodeGen/AArch64/streaming-func-no-sme.ll
@@ -1,4 +1,4 @@
-; RUN: not llc -mtriple aarch64-none-linux-gnu %s 2>&1 | FileCheck %s
+; RUN: not llc -mtriple aarch64-none-linux-gnu -filetype=null %s 2>&1 | FileCheck %s
 
 ; CHECK: LLVM ERROR: streaming SVE functions require SME
 define void @streaming(i64 noundef %n) "aarch64_pstate_sm_enabled" nounwind {


        


More information about the llvm-commits mailing list