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

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 09:43:49 PDT 2020


sbc100 accepted this revision.
sbc100 added a comment.
This revision is now accepted and ready to land.

I think this is probably just historical.    `llvm/Object/WasmTraits.h` is relatively new I think.    My original plan was to keep the public interface to `llvm/Object/` very dumb without any classes or methods, but I think it has evolved into something a little more rich now.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88428/new/

https://reviews.llvm.org/D88428



More information about the llvm-commits mailing list