Skip to content

Commit de7d7ae

Browse files
lhamessivan-shani
authored andcommitted
[JITLink] Disable the all-load- tests on Windows/arm64.
We don't have a JITLink Windows/arm64 backend yet, so disable these tests there.
1 parent d20ef21 commit de7d7ae

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

llvm/test/ExecutionEngine/JITLink/Generic/all-load-multifile-archive-with-duplicate-member-filenames.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
# RUN: llvm-jitlink -all_load -show-init-es -noexec %t/main.o -L%t -lFoo \
88
# RUN: | FileCheck %s
99
#
10+
# FIXME: Enable this test on Windows/arm64 once that backend is available.
11+
# UNSUPPORTED: target=aarch64-pc-windows-{{.*}}
12+
#
1013
# Check that synthesized archive member names are unambiguous, even if an
1114
# archive contains multiple files with the same name.
1215
#

llvm/test/ExecutionEngine/JITLink/Generic/all-load-multifile-archive.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
# RUN: llvm-jitlink -noexec -all_load -show-init-es %t/main.o -L%t -lFoo \
77
# RUN: | FileCheck %s
88
#
9+
# FIXME: Enable this test on Windows/arm64 once that backend is available.
10+
# UNSUPPORTED: target=aarch64-pc-windows-{{.*}}
11+
#
912
# Check that the llvm-jitlink -all-load option loads all members of
1013
# multi-file archives.
1114
#

0 commit comments

Comments
 (0)