This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from ca5ab462b Make the test more strict. NFC. new 102630a7c [MinGW] Handle --large-address-aware new 7fc63936f [MinGW] Add support for --dynamicbase, ignore --nxcompat, --t [...] new 19f6c46c2 [MinGW] Implement support for the --image-base option new b2aef4c44 [MinGW] Implement the --[no-]gc-sections and --icf options new 93d7c0903 [COFF] Always include the size of the string table size field new 771a6f30c [MinGW] Ignore the --build-id, --pie-executable and --disable [...]
The 6 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/Writer.cpp | 3 +- MinGW/Driver.cpp | 23 ++++++ MinGW/Options.td | 13 +++ test/COFF/strtab-size.s | 216 ++++++++++++++++++++++++++++++++++++++++++++++++ test/MinGW/driver.test | 35 ++++++++ 5 files changed, 288 insertions(+), 2 deletions(-) create mode 100644 test/COFF/strtab-size.s