]> granicus.if.org Git - llvm/commit
Revert "[WebAssembly] Parse llvm.ident into producers section"
authorThomas Lively <tlively@google.com>
Thu, 17 Jan 2019 00:39:49 +0000 (00:39 +0000)
committerThomas Lively <tlively@google.com>
Thu, 17 Jan 2019 00:39:49 +0000 (00:39 +0000)
commit017cb3b47a463ade4baa5f1322e27e1880f90b8a
tree990bd1b35f7f93c4e277c6b39fda7cf70d7757c9
parentca40007b1fa6128f4788fcf20fac3d7326099213
Revert "[WebAssembly] Parse llvm.ident into producers section"

This reverts commit eccdbba3a02a33e13b5262e92200a33e2ead873d.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351410 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
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
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 [deleted file]
test/ObjectYAML/wasm/producers_section_repeat.yaml [deleted file]
tools/obj2yaml/wasm2yaml.cpp
tools/yaml2obj/yaml2wasm.cpp