[PATCH] D41954: [WebAssembly] Add symbol table to LLVM, 1/2

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 14:22:19 PST 2018


ncw updated this revision to Diff 133305.
ncw added a comment.

Updated; renamed WasmIndex -> Index, folder assignment into AddSymbol helper


Repository:
  rL LLVM

https://reviews.llvm.org/D41954

Files:
  include/llvm/BinaryFormat/Wasm.h
  include/llvm/Object/Wasm.h
  include/llvm/ObjectYAML/WasmYAML.h
  lib/MC/WasmObjectWriter.cpp
  lib/Object/WasmObjectFile.cpp
  lib/ObjectYAML/WasmYAML.cpp
  test/MC/WebAssembly/func-address.ll
  test/MC/WebAssembly/global-ctor-dtor.ll
  test/MC/WebAssembly/reloc-code.ll
  test/MC/WebAssembly/weak-alias.ll
  test/ObjectYAML/wasm/linking_section.yaml
  tools/llvm-readobj/WasmDumper.cpp
  tools/obj2yaml/wasm2yaml.cpp
  tools/yaml2obj/yaml2wasm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41954.133305.patch
Type: text/x-patch
Size: 37991 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180207/4adf49aa/attachment.bin>


More information about the llvm-commits mailing list