brintos

brintos / llvm-project-archived public Read only

0
0
Text · 65 B · cb95878 Raw
5 lines · plain
1SECTIONS {2  .text  : { *(.text.*) }3  .data  : { *(.data.*) }4}5