This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 8291f7f2a [MIPS] Check raw binary file content instead of disassembled [...] new 6855709f3 Simplify MinGW test. new 28deafe83 Simplify handling of predefined symbols.
The 2 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: ELF/Writer.cpp | 117 +++++++++++++------------------ test/MinGW/Inputs/imagebase-aarch64.yaml | 47 ------------- test/MinGW/Inputs/imagebase-arm.yaml | 47 ------------- test/MinGW/Inputs/imagebase-i386.yaml | 47 ------------- test/MinGW/Inputs/imagebase-x86_64.yaml | 47 ------------- test/MinGW/driver.s | 60 ---------------- test/MinGW/driver.test | 46 ++++++++++++ test/MinGW/lto-debug-pass-arguments.ll | 16 ----- 8 files changed, 95 insertions(+), 332 deletions(-) delete mode 100644 test/MinGW/Inputs/imagebase-aarch64.yaml delete mode 100644 test/MinGW/Inputs/imagebase-arm.yaml delete mode 100644 test/MinGW/Inputs/imagebase-i386.yaml delete mode 100644 test/MinGW/Inputs/imagebase-x86_64.yaml delete mode 100644 test/MinGW/driver.s create mode 100644 test/MinGW/driver.test delete mode 100644 test/MinGW/lto-debug-pass-arguments.ll