[PATCH] D65903: [LLD] [COFF] Allow using custom .edata from input object files
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 8 04:07:58 PDT 2019
mstorsjo updated this revision to Diff 214106.
mstorsjo added a comment.
Added a comment, and a warning if there's both .edata sections and explicit exports. Adjusted the testcase to test the warning. Adjusted how the edata size is calculated, to account for potential alignment padding.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65903/new/
https://reviews.llvm.org/D65903
Files:
COFF/Config.h
COFF/Driver.cpp
COFF/Writer.cpp
test/COFF/edata.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65903.214106.patch
Type: text/x-patch
Size: 4511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190808/a164bcaf/attachment.bin>
More information about the llvm-commits
mailing list