[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 12 21:48:47 PDT 2020


pmatos updated this revision to Diff 297763.
pmatos added a comment.

Fix a bunch more lld tests to include index for tables


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88815/new/

https://reviews.llvm.org/D88815

Files:
  lld/test/wasm/alias.s
  lld/test/wasm/call-indirect.ll
  lld/test/wasm/export-table.test
  lld/test/wasm/growable-table.test
  lld/test/wasm/import-table.test
  lld/test/wasm/local-symbols.ll
  lld/test/wasm/locals-duplicate.test
  lld/test/wasm/pie.ll
  lld/test/wasm/relocatable.ll
  lld/test/wasm/shared-memory-no-atomics.yaml
  lld/test/wasm/shared-memory.yaml
  lld/test/wasm/shared.ll
  lld/test/wasm/stack-pointer.ll
  lld/test/wasm/undefined-weak-call.ll
  lld/test/wasm/weak-alias-overide.ll
  lld/test/wasm/weak-alias.ll
  lld/test/wasm/weak-symbols.ll
  lld/test/wasm/weak-undefined.ll
  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/assembler-binary.ll
  llvm/test/MC/WebAssembly/basic-assembly.s
  llvm/test/MC/WebAssembly/comdat.ll
  llvm/test/MC/WebAssembly/data-section.s
  llvm/test/MC/WebAssembly/global-ctor-dtor.ll
  llvm/test/MC/WebAssembly/reloc-pic.s
  llvm/test/MC/WebAssembly/tables.s
  llvm/tools/obj2yaml/wasm2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88815.297763.patch
Type: text/x-patch
Size: 39767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201013/4ae4f678/attachment.bin>


More information about the llvm-commits mailing list