brintos

brintos / llvm-project-archived public Read only

0
0
Text · 65 B · 592d400 Raw
5 lines · plain
1SECTIONS {2  .foo : { *(.foo) }3  .bar 0x2000000 : { *(.bar) }4}5