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 76bb963 commit 44b33f5Copy full SHA for 44b33f5
clang/test/CodeGen/ifunc-win.c
@@ -3,6 +3,8 @@
3
// RUN: %clang_cc1 -triple aarch64-pc-windows-msvc -fsanitize=thread -O2 -emit-llvm -o - %s | FileCheck %s --check-prefix=SAN
4
// RUN: %clang_cc1 -triple aarch64-pc-windows-msvc -fsanitize=address -O2 -emit-llvm -o - %s | FileCheck %s --check-prefix=SAN
5
6
+// REQUIRES: aarch64-registered-target
7
+
8
int foo(int) __attribute__ ((ifunc("foo_ifunc")));
9
10
static int f1(int i) {
0 commit comments