[PATCH] D39891: [LLD] [COFF] Always include the size of the string table size field
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 14 13:34:00 PST 2017
mstorsjo updated this revision to Diff 122905.
mstorsjo added a comment.
Here's a testcase for this issue. In practice it's clearly pathological, but still - with this testcase, LLD would earlier output a broken file, as detected by both llvm-readobj and dumpbin.exe. Will commit in a while since it's already approved.
https://reviews.llvm.org/D39891
Files:
COFF/Writer.cpp
test/COFF/strtab-size.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39891.122905.patch
Type: text/x-patch
Size: 2913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171114/6322925a/attachment.bin>
More information about the llvm-commits
mailing list