[PATCH] D51456: [LLD] [COFF] When doing automatic dll imports, replace whole .refptr.<var> chunks with __imp_<var>
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 29 22:18:58 PDT 2018
mstorsjo updated this revision to Diff 163254.
mstorsjo added a comment.
Dropped the isLive() and discard() accessors and made Live public instead. Kept the markLive accessor since it has got useful asserts.
https://reviews.llvm.org/D51456
Files:
COFF/Chunks.cpp
COFF/Chunks.h
COFF/ICF.cpp
COFF/MarkLive.cpp
COFF/PDB.cpp
COFF/SymbolTable.cpp
COFF/Symbols.cpp
COFF/Writer.cpp
test/COFF/autoimport-refptr.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51456.163254.patch
Type: text/x-patch
Size: 9202 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180830/a16dc1d2/attachment.bin>
More information about the llvm-commits
mailing list