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 8bd65e5 commit 1bb8021Copy full SHA for 1bb8021
clang/test/CodeGen/aarch64-targetattr-arch.c
@@ -1,6 +1,7 @@
1
// RUN: %clang_cc1 -triple aarch64-eabi -target-feature +v8a -verify -DHAS8 -S %s -o -
2
// RUN: %clang_cc1 -triple aarch64-eabi -target-feature +v8.1a -verify -DHAS81 -S %s -o -
3
// RUN: %clang_cc1 -triple aarch64-eabi -target-feature +v9a -verify -DHAS9 -S %s -o -
4
+// REQUIRES: aarch64-registered-target
5
6
#ifdef HAS9
7
// expected-no-diagnostics
0 commit comments