diff options
author | Fangrui Song <i@maskray.me> | 2021-12-14 10:31:06 -0800 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2021-12-14 10:31:06 -0800 |
commit | 6a44013b0e319979ce6ea9ead2a740564e434f76 (patch) | |
tree | ae9df34bed224c134ec3a328d96f44f01ddbd7e7 /llvm/lib/Bitcode | |
parent | e0aa2ea661fbdd6443a0aa36803ca34152e32a52 (diff) | |
download | llvm-6a44013b0e319979ce6ea9ead2a740564e434f76.zip llvm-6a44013b0e319979ce6ea9ead2a740564e434f76.tar.gz llvm-6a44013b0e319979ce6ea9ead2a740564e434f76.tar.bz2 |
[ELF] -Map: Print symbols which needs canonical PLT entry/copy relocation just once
If a copy related symbol (say `copy`) is referenced in two .o
files, this change removes a duplicated line from the -Map output:
```
202470 202470 1 1 .bss.rel.ro
202470 202470 1 1 <internal>:(.bss.rel.ro)
202470 202470 1 1 copy
removed 202470 202470 1 1 copy
```
Differential Revision: https://reviews.llvm.org/D115697
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions