Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / AArch64 / Inputs / array_end.lld_script
blob182c13d370a39ceed6e72a7a281d9f2ccbd41156
1 SECTIONS {
2   .fini_array    :
3   {
4     PROVIDE_HIDDEN (__fini_array_start = .);
5     KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*)))
6     PROVIDE_HIDDEN (__fini_array_end = .);
7   }
9   . = . + 128;
11   .text : { *(.text) }