We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773d357 commit 8dc63caCopy full SHA for 8dc63ca
clang/test/Frontend/aarch64-print-enabled-extensions-cc1.c
@@ -57,7 +57,7 @@
57
// RUN: | FileCheck --strict-whitespace --implicit-check-not=FEAT_ %s --check-prefix=DISABLE_VIA_XCLANG
58
59
// However, sve2 is actually enabled in clang but disabled for MC.
60
-// RUN: %clang --target=aarch64 -march=armv8-a+sve2 -c %s \
+// RUN: %clang --target=aarch64 -march=armv8-a+sve2 -c %s -o %t \
61
// RUN: -Xclang -target-feature -Xclang -sve \
62
// RUN: -Xclang -verify -Xclang -verify-ignore-unexpected=note
63
0 commit comments