[clang] 242f98c - [Clang][SME] Skip writing output files to the source directory
Benjamin Kramer via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 22 11:22:16 PST 2024
Author: Benjamin Kramer
Date: 2024-02-22T20:22:00+01:00
New Revision: 242f98c7ab7c100d76cac29b555db20205619b38
URL: https://github.com/llvm/llvm-project/commit/242f98c7ab7c100d76cac29b555db20205619b38
DIFF: https://github.com/llvm/llvm-project/commit/242f98c7ab7c100d76cac29b555db20205619b38.diff
LOG: [Clang][SME] Skip writing output files to the source directory
Added:
Modified:
clang/test/CodeGen/aarch64-sme-inline-streaming-attrs.c
Removed:
################################################################################
diff --git a/clang/test/CodeGen/aarch64-sme-inline-streaming-attrs.c b/clang/test/CodeGen/aarch64-sme-inline-streaming-attrs.c
index 7eb74f28a1c85a..25aebeced9379c 100644
--- a/clang/test/CodeGen/aarch64-sme-inline-streaming-attrs.c
+++ b/clang/test/CodeGen/aarch64-sme-inline-streaming-attrs.c
@@ -1,7 +1,7 @@
-// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -S -target-feature +sme -verify -DTEST_NONE %s
-// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -S -target-feature +sme -verify -DTEST_COMPATIBLE %s
-// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -S -target-feature +sme -verify -DTEST_STREAMING %s
-// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -S -target-feature +sme -verify -DTEST_LOCALLY %s
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -S -o /dev/null -target-feature +sme -verify -DTEST_NONE %s
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -S -o /dev/null -target-feature +sme -verify -DTEST_COMPATIBLE %s
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -S -o /dev/null -target-feature +sme -verify -DTEST_STREAMING %s
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -S -o /dev/null -target-feature +sme -verify -DTEST_LOCALLY %s
#define __ai __attribute__((always_inline))
__ai void inlined_fn(void) {}
More information about the cfe-commits
mailing list