[PATCH] D92691: [WIP] Add Object and ObjectWriter support for wasm COMDAT sections
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 4 16:06:47 PST 2020
dschuff added a reviewer: sbc100.
dschuff added inline comments.
Herald added a subscriber: ormris.
================
Comment at: llvm/test/MC/WebAssembly/comdat-sections.ll:7
+; CHECK: Comdats:
+; CHECK: - Name: '4721183873463917179'
+; CHECK: Entries:
----------------
sbc100 wrote:
> Where does this name come from?
The name is just the hash of the dwarf description of the type. So duplicate types will get duplicate names.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92691/new/
https://reviews.llvm.org/D92691
More information about the llvm-commits
mailing list