Martin Storsjö f715ff4a9d
[JITLink] [test] Generalize UNSUPPORTED markings for Windows/arm64 (#142377)
Don't needlessly specify the vendor field as "pc"; in MinGW
configurations, the vendor field is often "w64".
2025-06-10 12:06:29 +03:00

16 lines
553 B
Plaintext

# RUN: llc -filetype=obj -o %t.o %S/Inputs/main-ret-0.ll
# RUN: llvm-jitlink -noexec \
# RUN: -sectcreate __data,%S/Inputs/sect@create/sectcreate-data.txt@foo=0 \
# RUN: %t.o
#
# Use -sectcreate to create a section from a data file.
# Jitlink does not support ARM64 COFF files.
# UNSUPPORTED: target=aarch64-{{.*}}-windows-{{.*}}
# On MinGW targets, when compiling the main() function, it gets
# an implicitly generated call to __main(), which is missing in
# this context.
# XFAIL: target={{.*}}-windows-gnu
# jitlink-check: *{4}foo = 0x2a2a5a5a