This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from b697834a4 Fix comment. new 5efec84a9 Start destructuring adjustExpr function. new fc2d69f84 [COFF] Implement support for IMAGE_REL_ARM64_ADDR32NB new a095a4b7d [COFF] Add support for automatically exporting all symbols new 695391c52 [MinGW] Hook up the --export-all-symbols and --output-def options
The 4 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 | 1 + COFF/Driver.cpp | 80 +++++++++++++++++++++++++++++++++++++ COFF/Options.td | 2 + ELF/Relocations.cpp | 35 ++++++++++------ MinGW/Driver.cpp | 4 ++ MinGW/Options.td | 3 ++ test/COFF/arm64-relocs-imports.test | 15 ++++--- test/COFF/export-all.s | 38 ++++++++++++++++++ test/MinGW/driver.test | 6 +++ 9 files changed, 166 insertions(+), 18 deletions(-) create mode 100644 test/COFF/export-all.s