Skip to content

Conversation

@rupprecht
Copy link
Collaborator

cc1a2ea adds a test which can fail if the output directory is not writeable. Following the pattern of other tests in this package, use -o - to print the IR to stdout instead of to a file.

cc1a2ea adds a test which can fail if the output directory is not writeable. Following the pattern of other tests in this package, use `-o -` to print the IR to stdout instead of to a file.
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Dec 10, 2024
@llvmbot
Copy link
Member

llvmbot commented Dec 10, 2024

@llvm/pr-subscribers-clang

Author: Jordan Rupprecht (rupprecht)

Changes

cc1a2ea adds a test which can fail if the output directory is not writeable. Following the pattern of other tests in this package, use -o - to print the IR to stdout instead of to a file.


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

1 Files Affected:

  • (modified) clang/test/Sema/aarch64-sve2-intrinsics/acle_sve2_fp8.c (+1-1)
diff --git a/clang/test/Sema/aarch64-sve2-intrinsics/acle_sve2_fp8.c b/clang/test/Sema/aarch64-sve2-intrinsics/acle_sve2_fp8.c
index aafd42f798d935..2e94c2314f1824 100644
--- a/clang/test/Sema/aarch64-sve2-intrinsics/acle_sve2_fp8.c
+++ b/clang/test/Sema/aarch64-sve2-intrinsics/acle_sve2_fp8.c
@@ -1,6 +1,6 @@
 // REQUIRES: aarch64-registered-target
 
-// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -verify -emit-llvm %s
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -verify -emit-llvm -o - %s
 
 #include <arm_sve.h>
 

@rupprecht rupprecht merged commit 68ea7c7 into llvm:main Dec 10, 2024
8 of 9 checks passed
@rupprecht rupprecht deleted the test-aarch-output-dir-2 branch August 14, 2025 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clang Clang issues not falling into any other category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants