brintos

brintos / llvm-project-archived public Read only

0
0
Text · 553 B · bab0a7d Raw
16 lines · plain
1# RUN: llc -filetype=obj -o %t.o %S/Inputs/main-ret-0.ll2# RUN: llvm-jitlink -noexec \3# RUN:   -sectcreate __data,%S/Inputs/sect@create/sectcreate-data.txt@foo=0 \4# RUN:   %t.o5#6# Use -sectcreate to create a section from a data file.7 8# Jitlink does not support ARM64 COFF files.9# UNSUPPORTED: target=aarch64-{{.*}}-windows-{{.*}}10 11# On MinGW targets, when compiling the main() function, it gets12# an implicitly generated call to __main(), which is missing in13# this context.14# XFAIL: target={{.*}}-windows-gnu15 16# jitlink-check: *{4}foo = 0x2a2a5a5a