[PATCH] D126553: [WebAssembly] Consolidate sectionTypeToString in BinaryFormat [NFC]
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 27 08:31:34 PDT 2022
dschuff created this revision.
dschuff added reviewers: sbc100, aheejin.
Herald added subscribers: pmatos, asb, wingo, ecnelises, sunfish, hiraditya, jgravelle-google.
Herald added a project: All.
dschuff requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Currently there are 2 duplicate implementation, and I want to add
a use in a 3rd place. Combine them in lib/BinaryFormat so they can
be shared.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D126553
Files:
lld/wasm/OutputSections.cpp
llvm/include/llvm/BinaryFormat/Wasm.h
llvm/lib/BinaryFormat/Wasm.cpp
llvm/lib/Object/WasmObjectFile.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126553.432570.patch
Type: text/x-patch
Size: 3599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220527/150c1d68/attachment-0001.bin>
More information about the llvm-commits
mailing list