diff options
author | Rui Ueyama <ruiu@google.com> | 2020-05-27 16:18:55 -0700 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2020-05-27 16:58:00 -0700 |
commit | 54d289685260da85fc43c59db2550b18df7c33a5 (patch) | |
tree | 0a5778c9e0cea1f3b0258db8ddcb677df556c580 /llvm/lib/Bitcode | |
parent | 2bf3fe9b6dedf727990e68244a3d637518ea8bc3 (diff) | |
download | llvm-54d289685260da85fc43c59db2550b18df7c33a5.zip llvm-54d289685260da85fc43c59db2550b18df7c33a5.tar.gz llvm-54d289685260da85fc43c59db2550b18df7c33a5.tar.bz2 |
[ELF] --wrap: Drop __real_ symbol from the symbol table
In D34993, we discussed and concluded that we should drop `__real_
symbol from the symbol table, but I did the opposite in D50569.
This patch is to drop `__real_` symbol.
MaskRay's note: omitting `__real_` is important if it is undefined:
otherwise a subsequent link may error due to the undefined `__real_` in .dynsym
Differential Revision: https://reviews.llvm.org/D51283
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions