This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4aebf831108 Fully fix the movw/movt addend. new 39247cb1d13 [CMake] Support multi-target runtimes build new 028eab103d7 [codeview] Change readobj symbol dumping format
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: cmake/modules/LLVMExternalProjectUtils.cmake | 10 +- lib/DebugInfo/CodeView/SymbolDumper.cpp | 91 +++-------- runtimes/CMakeLists.txt | 185 +++++++++++++++++++---- runtimes/Components.cmake.in | 1 + test/DebugInfo/COFF/asm.ll | 6 +- test/DebugInfo/COFF/cpp-mangling.ll | 4 +- test/DebugInfo/COFF/fp-stack.ll | 2 +- test/DebugInfo/COFF/globals.ll | 6 +- test/DebugInfo/COFF/inlining-files.ll | 4 +- test/DebugInfo/COFF/inlining-header.ll | 8 +- test/DebugInfo/COFF/inlining-levels.ll | 8 +- test/DebugInfo/COFF/inlining-same-name.ll | 6 +- test/DebugInfo/COFF/inlining.ll | 6 +- test/DebugInfo/COFF/int8-char-type.ll | 4 +- test/DebugInfo/COFF/local-constant.ll | 5 +- test/DebugInfo/COFF/local-variable-gap.ll | 7 +- test/DebugInfo/COFF/local-variables.ll | 26 ++-- test/DebugInfo/COFF/long-name.ll | 2 +- test/DebugInfo/COFF/multifile.ll | 8 +- test/DebugInfo/COFF/multifunction.ll | 12 +- test/DebugInfo/COFF/pieces.ll | 34 ++--- test/DebugInfo/COFF/register-variables.ll | 30 ++-- test/DebugInfo/COFF/simple.ll | 8 +- test/DebugInfo/COFF/typedef.ll | 4 +- test/DebugInfo/COFF/types-array.ll | 6 +- test/DebugInfo/COFF/types-basic.ll | 46 +++--- test/DebugInfo/COFF/udts.ll | 22 +-- test/DebugInfo/X86/dbg-declare-inalloca.ll | 14 +- test/MC/COFF/cv-def-range-gap.s | 16 +- test/MC/COFF/cv-def-range.s | 10 +- test/MC/COFF/cv-inline-linetable-infloop.s | 2 +- test/MC/COFF/cv-inline-linetable-unlikely.s | 4 +- test/MC/COFF/cv-inline-linetable-unreachable.s | 2 +- test/MC/COFF/cv-inline-linetable.s | 4 +- test/tools/llvm-readobj/codeview-linetables.test | 20 +-- 35 files changed, 358 insertions(+), 265 deletions(-)