Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / ExecutionEngine / JITLink / x86-64 / Inputs / MachO_extra_def_strong.s
blob260ffee4c5addf9590a8daf512c602d63452dbf6
1 # Supplies a strong definition of ExtraDef.
3 .section __TEXT,__text,regular,pure_instructions
4 .build_version macos, 10, 14 sdk_version 10, 14
5 .section __DATA,__data
6 .globl ExtraDef
7 .p2align 2
8 ExtraDef:
9 .long 3
11 .subsections_via_symbols