Skip to content

Commit 68ea7c7

Browse files
authored
[test][AArch64] Fix test in non-writeable dir (#119448)
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.
1 parent 24162bd commit 68ea7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: aarch64-registered-target
22

3-
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -verify -emit-llvm %s
3+
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -verify -emit-llvm -o - %s
44

55
#include <arm_sve.h>
66

0 commit comments

Comments
 (0)