llvm-project/lld/test/ELF/linkerscript/Inputs/insert-after.script

5 lines
65 B
Plaintext

SECTIONS {
.text : { *(.text.*) }
.data : { *(.data.*) }
}