summaryrefslogtreecommitdiff
path: root/lld/test/ELF/version-script.s
AgeCommit message (Expand)Author
2021-02-13ELFObjectWriter: Don't sort non-local symbolsFangrui Song
2020-02-12[ELF][test] Change -o %t to -o /dev/null if the output is not neededFangrui Song
2019-09-06[ELF][test] Simplify and reorganize testsFangrui Song
2019-08-04[ELF][test] Delete redundant version-script-*.s testsFangrui Song
2019-07-11[ELF] Warn rather than error when duplicate version assignments occurFangrui Song
2019-05-01[test] Change llvm-readobj -long-option to --long-option or well-known short ...Fangrui Song
2019-01-08[ELF] Remove checking for spurious '@' at the end of dynamic sym namesJames Henderson
2018-07-02[ELF] Replace unused output filenames with /dev/null in testsFangrui Song
2018-03-06Improve duplicated version handling.Rafael Espindola
2017-12-07[ELF] Handle multiple "--version-script" options.Igor Kudrin
2017-10-06[ELF] - Do --hash-style=both by default.George Rimar
2017-02-03Handle numbers followed by ":" in linker scripts.Rafael Espindola
2016-12-08Change the implementation of --dynamic-list to use linker script parsing.Rafael Espindola
2016-11-23lld: Default image base address to 0x200000 on x86-64Ed Maste
2016-11-17Add single quotes to a warning message for consistency.Rui Ueyama
2016-11-01Remove string table offsets from tests.Rui Ueyama
2016-09-07Fix inconsistent indentation.Rui Ueyama
2016-08-31Linker script: support VERSION command.Rui Ueyama
2016-06-28Don't check the section index, it is not relevant for this test.Rafael Espindola
2016-06-28[ELF] Warn for duplicate symbols in version scripts instead of erroring out.Davide Italiano
2016-06-22[ELF] - Do not allow to mix global symbols versions.George Rimar
2016-06-20[ELF] - Recommit r273143("[ELF] - Basic versioned symbols support implemented.")George Rimar
2016-06-20Revert r273143 "[ELF] - Basic versioned symbols support implemented."George Rimar
2016-06-20[ELF] - Basic versioned symbols support implemented.George Rimar
2016-06-17Make local: optional.Rafael Espindola
2016-06-16[ELF] - Handle every global as unversioned export in versioned script.George Rimar
2016-06-16Add support for # comments.Rafael Espindola
2016-04-22ELF: Implement basic support for --version-script.Peter Collingbourne