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

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 15 13:43:55 PST 2019


tlively created this revision.
tlively added reviewers: aheejin, dschuff.
Herald added subscribers: llvm-commits, sunfish, jgravelle-google, sbc100.

Everything before the word "version" is the tool, and everything after
the word "version" is the version.


Repository:
  rL LLVM

https://reviews.llvm.org/D56742

Files:
  lib/MC/WasmObjectWriter.cpp
  lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  test/CodeGen/WebAssembly/custom-sections.ll
  test/MC/WebAssembly/custom-sections.ll
  test/MC/WebAssembly/debug-info.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56742.181878.patch
Type: text/x-patch
Size: 7574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190115/3dd34b27/attachment.bin>


More information about the llvm-commits mailing list