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 88db438 commit 0669180Copy full SHA for 0669180
clang/test/Sema/builtin-stackaddress-target-support.c
@@ -4,7 +4,7 @@
4
// RUN: %clang_cc1 -verify %s -triple riscv64-unknown-unknown
5
// RUN: %clang_cc1 -verify %s -triple aarch64-unknown-unknown
6
7
+// x86-no-diagnostics
8
void *a() {
9
return __builtin_stack_address(); // expected-error {{builtin is not supported on this target}}
- // x86-no-diagnostics
10
}
0 commit comments