Skip to content

Commit 44b33f5

Browse files
Filter test based on backend support. (#116244)
ifunc support for Windows on AArch64 needs AArch64 support in the backend so restrict the test to it's availability.
1 parent 76bb963 commit 44b33f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/test/CodeGen/ifunc-win.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// RUN: %clang_cc1 -triple aarch64-pc-windows-msvc -fsanitize=thread -O2 -emit-llvm -o - %s | FileCheck %s --check-prefix=SAN
44
// RUN: %clang_cc1 -triple aarch64-pc-windows-msvc -fsanitize=address -O2 -emit-llvm -o - %s | FileCheck %s --check-prefix=SAN
55

6+
// REQUIRES: aarch64-registered-target
7+
68
int foo(int) __attribute__ ((ifunc("foo_ifunc")));
79

810
static int f1(int i) {

0 commit comments

Comments
 (0)