This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fcf59db0a6e llvm-dwarfdump: Support alternative architecture names in t [...] new ad100be4e44 [llvm-objcopy] [llvm-symbolizer] Fix failing tests new c1819f5966f [WebAssembly] Add new explicit relocation types for PIC rel [...]
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: include/llvm/BinaryFormat/WasmRelocs.def | 24 +++--- include/llvm/MC/MCExpr.h | 4 +- lib/MC/MCExpr.cpp | 8 +- lib/MC/WasmObjectWriter.cpp | 5 ++ lib/Object/WasmObjectFile.cpp | 2 + .../MCTargetDesc/WebAssemblyMCTargetDesc.h | 16 +++- .../MCTargetDesc/WebAssemblyWasmObjectWriter.cpp | 35 ++++---- lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 11 ++- lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 27 +++++-- test/CodeGen/WebAssembly/call-pic.ll | 6 +- test/CodeGen/WebAssembly/load-store-pic.ll | 8 +- test/MC/WebAssembly/reloc-pic.s | 93 +++++++++++++++++++++- test/tools/llvm-objcopy/ELF/regex.test | 24 +++--- .../llvm-symbolizer/ignore-undefined-symbols.s | 2 +- 14 files changed, 206 insertions(+), 59 deletions(-)