aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2021-12-14 10:31:06 -0800
committerFangrui Song <i@maskray.me>2021-12-14 10:31:06 -0800
commit6a44013b0e319979ce6ea9ead2a740564e434f76 (patch)
treeae9df34bed224c134ec3a328d96f44f01ddbd7e7 /llvm/lib/Bitcode/Reader
parente0aa2ea661fbdd6443a0aa36803ca34152e32a52 (diff)
downloadllvm-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/Reader')
0 files changed, 0 insertions, 0 deletions