[PATCH] D56742: [WebAssembly] Parse llvm.ident into producers section

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 16 14:01:36 PST 2019


tlively updated this revision to Diff 182145.
tlively added a comment.

- Add ObjectYAML support and tests
- Restrict producers to be unique by name


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56742

Files:
  include/llvm/Object/Wasm.h
  include/llvm/ObjectYAML/WasmYAML.h
  lib/MC/WasmObjectWriter.cpp
  lib/Object/WasmObjectFile.cpp
  lib/ObjectYAML/WasmYAML.cpp
  lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  test/CodeGen/WebAssembly/custom-sections.ll
  test/MC/WebAssembly/custom-sections.ll
  test/MC/WebAssembly/debug-info.ll
  test/ObjectYAML/wasm/producers_section.yaml
  test/ObjectYAML/wasm/producers_section_repeat.yaml
  tools/obj2yaml/wasm2yaml.cpp
  tools/yaml2obj/yaml2wasm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56742.182145.patch
Type: text/x-patch
Size: 20237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190116/acf0242b/attachment.bin>


More information about the llvm-commits mailing list