[PATCH] D88428: [WebAssembly] Use wasm::Signature for in ObjectWriter

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 09:19:32 PDT 2020


aheejin created this revision.
aheejin added reviewers: dschuff, sbc100.
Herald added subscribers: llvm-commits, ecnelises, sunfish, hiraditya, jgravelle-google.
Herald added a project: LLVM.
aheejin requested review of this revision.

There are two `WasmSignature` structs, one in
include/llvm/BinaryFormat/Wasm.h and the other in
lib/MC/WasmObjectWriter.cpp. I don't know why they got separated in this
way in the first place, but it seems we can unify them to use the one in
Wasm.h for all cases.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88428

Files:
  llvm/lib/MC/WasmObjectWriter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88428.294727.patch
Type: text/x-patch
Size: 4208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200928/9bf82231/attachment.bin>


More information about the llvm-commits mailing list