Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2025
Merged

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

merged 1 commit into from
Jun 25, 2025

Conversation

MacDue
Copy link
Member

@MacDue MacDue commented Jun 25, 2025

No description provided.

@MacDue MacDue added the skip-precommit-approval PR for CI feedback, not intended for review label Jun 25, 2025
@MacDue MacDue merged commit 9fde72e into llvm:main Jun 25, 2025
8 of 10 checks passed
@llvmbot
Copy link
Member

llvmbot commented Jun 25, 2025

@llvm/pr-subscribers-backend-aarch64

Author: Benjamin Maxwell (MacDue)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/145662.diff

1 Files Affected:

  • (modified) llvm/test/CodeGen/AArch64/streaming-func-no-sme.ll (+1-1)
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 {

anthonyhatran pushed a commit to anthonyhatran/llvm-project that referenced this pull request Jun 26, 2025
rlavaee pushed a commit to rlavaee/llvm-project that referenced this pull request Jul 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend:AArch64 skip-precommit-approval PR for CI feedback, not intended for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants