[PATCH] D112871: [lld/coff] Add parsing for /pdbpagesize: flag
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 30 08:25:06 PDT 2021
thakis created this revision.
thakis added a reviewer: hans.
Herald added a subscriber: dang.
thakis requested review of this revision.
It's not used for anything yet, but we now accept `/pdbpagesize:4096`
(the default behavior) and we give arguably more useful diagnostics
for other values.
https://reviews.llvm.org/D112871
Files:
lld/COFF/Config.h
lld/COFF/Driver.cpp
lld/COFF/Driver.h
lld/COFF/DriverUtils.cpp
lld/COFF/Options.td
lld/test/COFF/pdbpagesize.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112871.383591.patch
Type: text/x-patch
Size: 3668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211030/e0a35d11/attachment.bin>
More information about the llvm-commits
mailing list