Skip to content

Commit 8dc63ca

Browse files
committed
Make clang/test/Frontend/aarch64-print-enabled-extensions-cc1.c write output file to temp dir
1 parent 773d357 commit 8dc63ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Frontend/aarch64-print-enabled-extensions-cc1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
// RUN: | FileCheck --strict-whitespace --implicit-check-not=FEAT_ %s --check-prefix=DISABLE_VIA_XCLANG
5858

5959
// However, sve2 is actually enabled in clang but disabled for MC.
60-
// RUN: %clang --target=aarch64 -march=armv8-a+sve2 -c %s \
60+
// RUN: %clang --target=aarch64 -march=armv8-a+sve2 -c %s -o %t \
6161
// RUN: -Xclang -target-feature -Xclang -sve \
6262
// RUN: -Xclang -verify -Xclang -verify-ignore-unexpected=note
6363

0 commit comments

Comments
 (0)