llvm-project/lld/test
Daniel Bertalan 5f627cc225 [lld-macho] Fix symbol name returned from InputSection::getLocation
This commit fixes the issue that getLocation always printed the name of
the first symbol in the section.

For clarity, upper_bound is used instead of a linear search for finding
the closest symbol name. Note that this change does not affect
performance: this function is only called when printing errors and
`symbols` typically contains a single symbol because of
.subsections_via_symbols.

Differential Revision: https://reviews.llvm.org/D127670
2022-06-13 15:49:27 -04:00
..
COFF fix typos to cycle bots 2022-05-14 21:19:19 -04:00
ELF [ELF] Support 'G' in .eh_frame 2022-06-08 14:28:58 -07:00
MachO [lld-macho] Fix symbol name returned from InputSection::getLocation 2022-06-13 15:49:27 -04:00
MinGW [LLD][MinGW] Add --heap argument support 2022-01-30 00:01:45 +02:00
wasm [lld][WebAssembly] Revert moving of data relocations to start function 2022-06-09 17:49:35 -07:00
CMakeLists.txt [lld][test] Delete empty Unit test directory 2022-05-19 12:06:42 -07:00
lit.cfg.py [ELF] Support -plugin-opt=stats-file= 2022-05-09 15:04:40 +00:00
lit.site.cfg.py.in [cmake] Provide CURRENT_TOOLS_DIR centrally, replacing CLANG_TOOLS_DIR 2022-03-25 20:22:01 +01:00