[PATCH] D88815: Added .tabletype to asm and multiple table support in obj files

Paulo Matos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 03:01:58 PDT 2020


pmatos created this revision.
pmatos added reviewers: sbc100, tlively.
Herald added subscribers: llvm-commits, hiraditya, jgravelle-google, dschuff.
Herald added a project: LLVM.
pmatos requested review of this revision.
Herald added a subscriber: aheejin.

Adds more testing in basic-assembly.s and a new test tables.s.
Adds support to yaml reading and writing of tables as well.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88815

Files:
  lld/wasm/SyntheticSections.cpp
  lld/wasm/WriterUtils.cpp
  llvm/include/llvm/BinaryFormat/Wasm.h
  llvm/include/llvm/MC/MCSymbolWasm.h
  llvm/include/llvm/Object/Wasm.h
  llvm/include/llvm/ObjectYAML/WasmYAML.h
  llvm/lib/BinaryFormat/Wasm.cpp
  llvm/lib/MC/WasmObjectWriter.cpp
  llvm/lib/Object/WasmObjectFile.cpp
  llvm/lib/ObjectYAML/WasmEmitter.cpp
  llvm/lib/ObjectYAML/WasmYAML.cpp
  llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
  llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.cpp
  llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
  llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
  llvm/test/MC/WebAssembly/basic-assembly.s
  llvm/test/MC/WebAssembly/tables.s
  llvm/tools/obj2yaml/wasm2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88815.296133.patch
Type: text/x-patch
Size: 26434 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201005/f0731e95/attachment.bin>


More information about the llvm-commits mailing list