summaryrefslogtreecommitdiff
path: root/lld/test/ELF/driver.test
AgeCommit message (Expand)Author
2025-06-12[ELF] Implement -z dynamic-undefined-weakFangrui Song
2024-04-18[lld][ELF] Add --debug-names to create merged .debug_names. (#86508)cmtice
2024-03-25[ELF,test] Improve -r incompatibility testsFangrui Song
2024-03-20[ELF] Improve unknown -z testFangrui Song
2024-01-21[ELF] Reimplement unknown -z options using the isClaimed bitFangrui Song
2022-09-20[ELF][test] Improve -v and --version testsFangrui Song
2021-12-02[ELF] Fix driver.test after 8c3641d0 when cwd is readonlyReid Kleckner
2021-11-30[ELF] Change -z unknown from error to warningFangrui Song
2020-07-23[ELF] Support -r --gc-sectionsFangrui Song
2019-10-08Use /dev/null for tests that we do not need outputsRui Ueyama
2019-10-08Report error if -export-dynamic is used with -rRui Ueyama
2019-07-05lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p...Nico Weber
2019-05-07Add typo correction for command-line flags to ELF and COFF lld driversNico Weber
2019-02-13Show "Unknown -z option" error message even if --version or --help are given.Rui Ueyama
2018-10-15[LLD][ELF] - Check options before processing the -v/-version options.George Rimar
2018-07-18[ELF] Error if -r --gdb-index are used togetherFangrui Song
2018-06-27Make -z option check more strict.Rui Ueyama
2018-06-27Report an error for an unknown -z option.Rui Ueyama
2017-12-05Make the behavior of the -v option more closer to GNU linkers.Rui Ueyama
2017-03-23Fix Windows buildbots.Rui Ueyama
2017-03-23Print out "suppoted targets".Rui Ueyama
2017-03-22Add "(compatible with GNU linkers)" to the -version output.Rui Ueyama
2017-03-13[ELF] Fail the link early if an output path is invalidRui Ueyama
2016-11-19[ELF] - Exit on --version call.George Rimar
2016-09-09Fix -output option.Rui Ueyama
2016-08-16[ELF] - Do not exit if -v is specified.George Rimar
2016-07-07Do not call warning() from ELFOptTable::parse().Rui Ueyama
2016-03-17[ELF] - -pie/--pic-executable option implementedGeorge Rimar
2016-03-12Recommit of r263252, [ELF] - Change all messages to lowercase to be consistent.George Rimar
2016-03-11Revert r263252: "[ELF] - Change all messages to lowercase to be consistent."Rui Ueyama
2016-03-11[ELF] - Change all messages to lowercase to be consistent.George Rimar
2016-03-11This reverts the r263125George Rimar
2016-03-10[ELF] - Consistent spelling for error/warning messagesGeorge Rimar
2016-03-03Allow joined options to fix http://llvm.org/pr26730.Rui Ueyama
2016-03-01[ELF] - handle of command line options incompatible with -rGeorge Rimar
2016-02-28ELF: Add --help option.Rui Ueyama
2016-02-28ELF: Add --version option.Rui Ueyama
2016-02-03Do not expect /dev/null (or NUL) non-mmap'able.Rui Ueyama
2016-02-02ELF: Do not exit if it cannot open an output file.Rui Ueyama
2016-02-02Re-submit ELF: Report multiple errors from the driver.Rui Ueyama
2016-02-01Revert r259143, it broke check-lld on Windows (see PR26388).Nico Weber
2016-01-29ELF: Report multiple errors from the driver.Rui Ueyama