Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / X86 / Inputs / jt-pic-linkerscript.ld
blobc32ffd695682c70a006e5d851f443e509ac5c3b6
1 # Linker script used by jump-table-pic-conflict.s test.
2 # .rodata needs to appear before .text
4 SECTIONS
6   . = 0x201120;
7   .rodata : { *(.rodata) }
8   .eh_frame : { *(.eh_frame) }
9   .text : { *(.text) }