[WebAssembly] Move toString helpers to BinaryFormat
commitb67613ea0a981186a192ed4431cf17f3ff4b59fb
authorSam Clegg <sbc@chromium.org>
Mon, 14 May 2018 22:42:07 +0000 (14 22:42 +0000)
committerSam Clegg <sbc@chromium.org>
Mon, 14 May 2018 22:42:07 +0000 (14 22:42 +0000)
tree3f35e0c8fc253b2229ce35388efa052413ec0620
parent67ebb421ce018b22e875a03da7844e40d13fb173
[WebAssembly] Move toString helpers to BinaryFormat

Subscribers: dschuff, mgorny, jgravelle-google, aheejin, sunfish, llvm-commits

Differential Revision: https://reviews.llvm.org/D46847

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332305 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/BinaryFormat/Wasm.h
include/llvm/Object/Wasm.h
lib/BinaryFormat/CMakeLists.txt
lib/BinaryFormat/Wasm.cpp [new file with mode: 0644]
lib/MC/LLVMBuild.txt
lib/MC/WasmObjectWriter.cpp