summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/executable-undefined-protected-ignoreall.s
Commit message (Collapse)AuthorAgeFilesLines
* [LLD][ELF] - Show symbols visibility in "undefined symbol..." error messages.George Rimar2019-03-121-1/+1
| | | | | | | | | This teaches LLD to report visibility when showing undefined symbol errors and fixes https://bugs.llvm.org/show_bug.cgi?id=40770. Differential revision: https://reviews.llvm.org/D58577 llvm-svn: 355909
* [ELF] Replace unused output filenames with /dev/null in testsFangrui Song2018-07-021-1/+1
| | | | | | Post commit review at rLLD335992 llvm-svn: 336129
* [ELF] - Recommit r309252 "[ELF] - Fix missing relocation when linking ↵George Rimar2017-08-021-0/+8
| | | | | | | | | | | | | | | | | | | | | executable with --unresolved-symbols=ignore-all" With fix for undefined weak symbols in executable. Original commit message: This is PR32112. Previously when we linked executable with --unresolved-symbols=ignore-all and undefined symbols, like: _start: callq und@PLT we did not create relocations, though it looks in that case we should delegate handling of such symbols to runtime linker, hence should emit them. Patch fixes that. Differential revision: https://reviews.llvm.org/D35724 llvm-svn: 309796
* Revert r309252 "[ELF] - Fix missing relocation when linking executable with ↵George Rimar2017-07-271-8/+0
| | | | | | | | | --unresolved-symbols=ignore-all" It broke bot: http://lab.llvm.org:8011/builders/clang-with-thin-lto-ubuntu/builds/4231 llvm-svn: 309258
* [ELF] - Fix missing relocation when linking executable with ↵George Rimar2017-07-271-0/+8
--unresolved-symbols=ignore-all This is PR32112. Previously when we linked executable with --unresolved-symbols=ignore-all and undefined symbols, like: _start: callq und@PLT we did not create relocations, though it looks in that case we should delegate handling of such symbols to runtime linker, hence should emit them. Patch fixes that. Differential revision: https://reviews.llvm.org/D35724 llvm-svn: 309252
OpenPOWER on IntegriCloud