[PATCH] D58660: [WebAssembly] Add support for data sections in the assembler.

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 25 17:44:02 PST 2019


aardappel created this revision.
aardappel added reviewers: dschuff, sbc100, aheejin.
Herald added subscribers: llvm-commits, sunfish, jgravelle-google.
Herald added a project: LLVM.

This is quite minimal so far, introduce them with .section,
fill them with .int8 or .asciz, end with .size


Repository:
  rL LLVM

https://reviews.llvm.org/D58660

Files:
  lib/MC/MCParser/WasmAsmParser.cpp
  lib/MC/WasmObjectWriter.cpp
  lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
  test/MC/WebAssembly/basic-assembly.s
  test/MC/WebAssembly/data-section.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58660.188285.patch
Type: text/x-patch
Size: 9030 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190226/8c185207/attachment.bin>


More information about the llvm-commits mailing list