summaryrefslogtreecommitdiff
path: root/lld/test/ELF/linkerscript/insert-before.test
AgeCommit message (Expand)Author
2024-07-27[ELF] INSERT [AFTER|BEFORE]: support quoted namesFangrui Song
2024-02-01[ELF] Fix compareSections assertion failure when OutputDescs in sectionComman...Fangrui Song
2023-11-01[ELF] adjustOutputSections: don't copy SHF_EXECINSTR when an output does not ...Fangrui Song
2023-09-14[ELF] Align the end of PT_GNU_RELRO associated PT_LOAD to a common-page-size ...Fangrui Song
2022-02-01[ELF] Update flag propagation rule to ignore discarded output sectionsFangrui Song
2022-02-01[ELF] Rename adjustSectionsBeforeSorting to adjustOutputSections and make it ...Fangrui Song
2022-01-28[ELF][test] Improve INSERT [AFTER|BEFORE] and adjustSectionsBeforeSorting testsFangrui Song
2020-02-12[ELF] Support INSERT [AFTER|BEFORE] for orphan sectionsFangrui Song
2019-01-28[LLD][ELF] - Update tests after r352366.George Rimar
2018-06-23[ELF] Change llvm-objdump output for D48472: TEXT DATA -> TEXTFangrui Song
2018-03-13[ELF] - Implement INSERT BEFORE.George Rimar