This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a83437e37e6 Revert duplicate check for DragonFly BSD new 328c0335527 [WebAssembly] Add support for data sections in the assembler.
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/MC/MCParser/WasmAsmParser.cpp | 31 +++++-- lib/MC/WasmObjectWriter.cpp | 2 +- .../WebAssembly/AsmParser/WebAssemblyAsmParser.cpp | 34 +++++++- test/MC/WebAssembly/basic-assembly.s | 16 +++- test/MC/WebAssembly/data-section.s | 94 ++++++++++++++++++++++ 5 files changed, 165 insertions(+), 12 deletions(-) create mode 100644 test/MC/WebAssembly/data-section.s