llvm-project/bolt/lib/Rewrite
Rafael Auler c0d954a068 [BOLT] Ignore duplicate global symbols
We noticed some binaries with duplicated global symbol
entries (same name, address and size). Ignore them as it is possibly a
bug in the linker, and continue processing, unless the symbol has a
different size or address.

Reviewed By: #bolt, maksfb

Differential Revision: https://reviews.llvm.org/D136122
2022-10-19 11:52:06 -07:00
..
BinaryPassManager.cpp [BOLT] Add pass to fix ambiguous memory references 2022-10-12 18:39:50 -07:00
BoltDiff.cpp [BOLT] Towards FunctionLayout const-correctness 2022-08-24 16:32:33 -07:00
CMakeLists.txt [BOLT] Support building bolt when LLVM_LINK_LLVM_DYLIB is ON 2022-09-23 07:59:30 +02:00
DWARFRewriter.cpp [BOLT][DWARF] Add support for DW_FORM_addr for DW_AT_call_return_pc 2022-10-19 10:44:09 -07:00
ExecutableFileMemoryManager.cpp [BOLT] Section-handling refactoring/overhaul 2022-10-13 23:10:39 -07:00
MachORewriteInstance.cpp [BOLT] Section-handling refactoring/overhaul 2022-10-13 23:10:39 -07:00
RewriteInstance.cpp [BOLT] Ignore duplicate global symbols 2022-10-19 11:52:06 -07:00