Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / ExecutionEngine / JITLink / x86-64 / MachO_self_relocation_exec.test
blob0153d23396813d7ef503ea83fa929ea7b468728f
1 # RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -filetype=obj -o %t %S/Inputs/MachO_self_relocation.s
2 # RUN: llvm-jitlink -show-graphs='.*' %t
3 # RUN: llvm-jitlink -show-graphs='.*' -add-self-relocations %t
5 # Ensure that the added relocation does not create an incorrect pointer.
7 # Execution test
8 # REQUIRES: system-darwin && native && target-x86_64