This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a0ae292f061 Fix the "git modified" issue on the preserve-comments-crlf.s. new c90d6a0b8b8 [Object] Implement relocation resolver for COFF ARM/ARM64
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: lib/Object/RelocationResolver.cpp | 55 +++++++++- test/tools/llvm-dwarfdump/coff-arm.yaml | 141 ++++++++++++++++++++++++ test/tools/llvm-dwarfdump/coff-arm64.yaml | 141 ++++++++++++++++++++++++ test/tools/llvm-dwarfdump/coff-i386.yaml | 171 +++++++++++++++++++++++++++++ test/tools/llvm-dwarfdump/coff-x86_64.yaml | 141 ++++++++++++++++++++++++ 5 files changed, 647 insertions(+), 2 deletions(-) create mode 100644 test/tools/llvm-dwarfdump/coff-arm.yaml create mode 100644 test/tools/llvm-dwarfdump/coff-arm64.yaml create mode 100644 test/tools/llvm-dwarfdump/coff-i386.yaml create mode 100644 test/tools/llvm-dwarfdump/coff-x86_64.yaml