Files
clang-p2996/bolt/test/Inputs/iplt.ld
sinan 31ac3d092b [BOLT] Add .iplt support to x86 (#106513)
Add X86 support for parsing .iplt section and symbols.
2024-09-23 18:22:43 +08:00

4 lines
53 B
Plaintext

SECTIONS {
.plt : ALIGN(16) { *(.plt) *(.iplt) }
}