Tests in test/ExecutionEngine/JITLink/X86 were for x86-64 only (never i386) so it makes sense to name the test directory x86-64, and drop x86-64 from the individual test names.
9 lines
350 B
Plaintext
9 lines
350 B
Plaintext
# RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -filetype=obj -o %t %S/Inputs/MachO_self_relocation.s
|
|
# RUN: llvm-jitlink -show-graphs='.*' %t
|
|
# RUN: llvm-jitlink -show-graphs='.*' -add-self-relocations %t
|
|
|
|
# Ensure that the added relocation does not create an incorrect pointer.
|
|
|
|
# Execution test
|
|
# REQUIRES: system-darwin && native && target-x86_64
|