[PATCH] D50917: [LLD] [COFF] Support MinGW automatic dllimport of data
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 24 13:25:22 PDT 2018
mstorsjo updated this revision to Diff 162463.
mstorsjo added a comment.
Applied @pcc's suggestions; the pseudo reloc table/list turned out much cleaner/nicer with just one Chunk containing it all, removed the unused method.
https://reviews.llvm.org/D50917
Files:
COFF/Chunks.cpp
COFF/Chunks.h
COFF/Driver.cpp
COFF/SymbolTable.cpp
COFF/SymbolTable.h
COFF/Symbols.cpp
COFF/Symbols.h
COFF/Writer.cpp
test/COFF/autoimport-arm-code.s
test/COFF/autoimport-arm-data.s
test/COFF/autoimport-arm64-code.s
test/COFF/autoimport-arm64-data.s
test/COFF/autoimport-list-ptrs.s
test/COFF/autoimport-x86.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50917.162463.patch
Type: text/x-patch
Size: 21508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180824/25c36de1/attachment.bin>
More information about the llvm-commits
mailing list