Author: Jordan Rupprecht
Date: 2024-12-10T14:28:23-06:00
New Revision: 68ea7c7e8d6094f4914453e416a0352e70b351b6

URL: 
https://github.com/llvm/llvm-project/commit/68ea7c7e8d6094f4914453e416a0352e70b351b6
DIFF: 
https://github.com/llvm/llvm-project/commit/68ea7c7e8d6094f4914453e416a0352e70b351b6.diff

LOG: [test][AArch64] Fix test in non-writeable dir (#119448)

cc1a2ea61e3f8e790125b10d9ec4e7d179156ddf 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.

Added: 
    

Modified: 
    clang/test/Sema/aarch64-sve2-intrinsics/acle_sve2_fp8.c

Removed: 
    


################################################################################
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>
 


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to