Skip to content

Commit e4d4ebe

Browse files
committed
[llvm][llvm-jitlink] Disable test on Windows on Arm
This fails on one of our bots: https://lab.llvm.org/buildbot/#/builders/120/builds/6309 llvm-jitlink error: Unsupported target machine architecture in COFF object The other bot doesn't run the test at all it seems but I can't explain why. It's also possible that I'm mistaken and the mostly native but still "cross compiling" setup we have on WoA means an x86 object is produced sometimes (perhaps because a default triple is still x86).
1 parent f01719a commit e4d4ebe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/test/ExecutionEngine/JITLink/Generic/sectcreate.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55
#
66
# Use -sectcreate to create a section from a data file.
77

8+
# Jitlink does not support ARM64 COFF files.
9+
# UNSUPPORTED: target=aarch64-pc-windows-{{.*}}
10+
811
# jitlink-check: *{4}foo = 0x2a2a5a5a

0 commit comments

Comments
 (0)