Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / ExecutionEngine / JITLink / x86-64 / Inputs / MachO_local_absolute_def.s
blobd2df11845c706edf117cdc19e9ccd5701e10b5d2
1 # Supplies an internal definition of an absolute symbol, plus a global symbol
2 # containing the absolute symbol's value.
4 .section __TEXT,__text,regular,pure_instructions
5 .build_version macos, 12, 0
6 .section __DATA,__data
8 _AbsoluteSymDef = 0x89ABCDEF
10 .globl _LocalAbsoluteSymDefValue
11 .p2align 2
12 _LocalAbsoluteSymDefValue:
13 .long _AbsoluteSymDef
15 .subsections_via_symbols