Skip to content

Commit 37505da

Browse files
committed
[compiler-rt] Remove XFAIL decorator trampoline_setup_test.c
This patch remove xfail decorator from builtins/Unit/trampoline_setup_test.c as it is passing on Windows/AArch64 nowz. It is being skipped in code with __clang__ not defined. https://lab.llvm.org/buildbot/#/builders/120/builds/3873
1 parent b7166e2 commit 37505da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler-rt/test/builtins/Unit/trampoline_setup_test.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// XFAIL: target=aarch64-pc-windows-{{.*}}
21
// RUN: %clang_builtins %s %librt -fnested-functions -o %t && %run %t
32
// REQUIRES: librt_has_trampoline_setup
43

0 commit comments

Comments
 (0)