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.
Details
Details
- Reviewers
Amir maksfb - Group Reviewers
Restricted Project - Commits
- rGc0d954a068a1: [BOLT] Ignore duplicate global symbols
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Since the erroneous condition could be triggered by a bad input, we should replace the assertion with an error.