commit | 4aaa8892ddbe16887cab58270914695e09ee07de | [log] [tgz] |
---|---|---|
author | Maksim Panchenko <[email protected]> | Tue Jun 23 19:22:58 2020 |
committer | Maksim Panchenko <[email protected]> | Tue Jun 23 19:22:58 2020 |
tree | db45e53b6c62bf199a78419f16524e312d3b5590 | |
parent | 13baf47a3cdc867918273fa4bf616512f0bf0560 [diff] |
[BOLT] Ignore duplicate relocations Summary: lld linker may emit static relocations against addresses that also have dynamic relocations associated with them. When this happens, BOLT fails to validate the extracted value at the address. Read dynamic relocations in the binary and ignore static relocations at addresses that have a duplicate dynamic relocation. (cherry picked from FBD22192345)