summaryrefslogtreecommitdiff
path: root/lld/test/ELF/defsym.s
AgeCommit message (Expand)Author
2024-07-28[ELF] --defsym: support quoted LHSFangrui Song
2024-07-20[ELF,test] Fix RUN line issue in defsym.sFangrui Song
2021-10-25[ELF] Update comments/diagnostics for -defsym and -image-base to use the cano...Fangrui Song
2021-02-12[test] Make ELF tests amenable to the order of non-local symbolsFangrui Song
2020-03-15[test] lld/test/: change llvm-objdump single-dash long options to double-dash...Fangrui Song
2020-03-05[llvm-objdump] -d: print `00000000 <foo>:` instead of `00000000 foo:`Fangrui Song
2020-02-12[ELF][test] Change -o %t to -o /dev/null if the output is not neededFangrui Song
2019-05-01[llvm-objdump] Print newlines before and after "Disassembly of section ...:"Fangrui Song
2019-05-01[test] Change llvm-readobj -long-option to --long-option or well-known short ...Fangrui Song
2018-11-26[LLD][ELF] - Do not crash when parsing the -defsym option from a error state.George Rimar
2018-08-10[LLD][ELF] - Fix crash when using empty --defsym.George Rimar
2018-08-09[LLD][ELF] - Add a test case for parsing -defsym.George Rimar
2017-11-04[ELF] Support expressions with -defsym optionPetr Hosek
2017-07-05Fix PR33635.Rafael Espindola
2017-06-26Remove a stale comment.Rui Ueyama
2017-06-22Keep the original symbol name when renamed.Rui Ueyama
2017-05-05[ELF] - Accept --defsym foo=value form.George Rimar
2017-04-26[ELF] - Implemented --defsym option.George Rimar