[PATCH] D50569: Change how we handle -wrap.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 10 11:02:24 PDT 2018
ruiu updated this revision to Diff 160147.
ruiu added a comment.
- Do not visit BinaryFiles and BitcodeFiles
Technically, binary file contain __start_<filename> and _end_<filename> symbols, but it is hard to imagine that you want to wrap these symbols.
https://reviews.llvm.org/D50569
Files:
lld/ELF/Driver.cpp
lld/ELF/InputFiles.h
lld/ELF/SymbolTable.cpp
lld/ELF/SymbolTable.h
lld/ELF/Symbols.h
lld/test/ELF/lto/wrap-2.ll
lld/test/ELF/wrap-no-real.s
lld/test/ELF/wrap-plt.s
lld/test/ELF/wrap.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50569.160147.patch
Type: text/x-patch
Size: 13519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180810/4968fcfc/attachment.bin>
More information about the llvm-commits
mailing list