This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0999c7ce090 Implement equal_range for the DWARF v5 accelerator table new 62779f87d52 [WebAssembly] Add exception handling option and feature new b4ef46d3c75 [llvm-objcopy] Fix typo in setSymTab
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/CodeGen/CommandFlags.def | 4 +++- include/llvm/MC/MCTargetOptions.h | 1 + lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 3 +++ lib/CodeGen/TargetPassConfig.cpp | 3 +++ lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp | 6 ------ lib/Target/WebAssembly/WebAssembly.td | 4 ++++ lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 10 ++++++++++ lib/Target/WebAssembly/WebAssemblySubtarget.cpp | 4 ++-- lib/Target/WebAssembly/WebAssemblySubtarget.h | 2 ++ lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp | 3 ++- tools/llvm-objcopy/Object.h | 5 +++-- 11 files changed, 33 insertions(+), 12 deletions(-)