This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4571da68d10 [FileCheck] Provide an option for FileCheck to dump origina [...] new 3631b664083 [COFF] Adjust how we flag weak externals new 337fc79e64d [COFF] Use symbolic constants instead of hardcoded numbers. NFCI. new 9f7b7482cbb [llvm-undname] Remove a superfluous semicolon. NFC.
The 3 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: include/llvm/Object/COFF.h | 8 ++++ lib/Object/ArchiveWriter.cpp | 3 +- lib/Object/COFFImportFile.cpp | 7 +++- lib/Object/COFFObjectFile.cpp | 8 ++-- test/tools/llvm-ar/coff-weak.yaml | 53 +++++++++++++++++++++++++++ test/tools/llvm-dlltool/coff-decorated.def | 2 +- test/tools/llvm-dlltool/coff-weak-exports.def | 8 ++-- tools/llvm-undname/llvm-undname.cpp | 4 +- 8 files changed, 79 insertions(+), 14 deletions(-) create mode 100644 test/tools/llvm-ar/coff-weak.yaml