This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 6100901e9 Split a long line to avoid annoying horizontal scrolling on a [...] new 7013b9a9a [LLD][COFF] Add support for /FUNCTIONPADMIN command-line option
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: COFF/Chunks.cpp | 34 ++++++++++ COFF/Chunks.h | 20 ++++++ COFF/Config.h | 1 + COFF/Driver.cpp | 4 ++ COFF/Driver.h | 3 + COFF/DriverUtils.cpp | 21 ++++++ COFF/InputFiles.cpp | 58 +++++++++++++++++ COFF/InputFiles.h | 6 ++ COFF/Options.td | 3 +- COFF/PDB.cpp | 71 ++------------------ COFF/Writer.cpp | 11 ++++ test/COFF/functionpadmin.test | 147 ++++++++++++++++++++++++++++++++++++++++++ 12 files changed, 314 insertions(+), 65 deletions(-) create mode 100644 test/COFF/functionpadmin.test