[PATCH] D43011: [ELF] Create and export symbols provided by a linker script if they referenced by DSOs.
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 8 22:25:27 PST 2018
ikudrin updated this revision to Diff 133567.
ikudrin added a comment.
- Move `Undefs` and `getUndefinedSymbols()` into `InputFile`
- Change type of `Undefs` to `DenseSet<StringRef>` so that it can be used to search for the symbol without creating another filter container.
https://reviews.llvm.org/D43011
Files:
ELF/Driver.cpp
ELF/InputFiles.cpp
ELF/InputFiles.h
ELF/LinkerScript.cpp
ELF/SymbolTable.cpp
test/ELF/linkerscript/Inputs/provide-shared2.s
test/ELF/linkerscript/provide-shared2.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43011.133567.patch
Type: text/x-patch
Size: 4540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180209/41e46a78/attachment-0001.bin>
More information about the llvm-commits
mailing list