Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / AArch64 / Inputs / long-jmp-offset-boundary.ld
blob94a170ec298508e9bc0a6c3cb1de798317be242f
1 SECTIONS {
2     . = 0;
3     . = ALIGN(0x400000);
4     .text : {
5         *(foo_section)
6         . += 0x7BFFFFC;
7         *(main_section)
8         ASSERT(foo == 0x400000, "Error: foo address is not 0x400000.");
9         ASSERT(_start == 0x8000000, "Error: _start address is not 0x8000000.");
10     }