[PATCH] D88603: [WebAssembly] Add support for DWARF type units
Derek Schuff via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 30 12:01:16 PDT 2020
dschuff added inline comments.
================
Comment at: llvm/lib/MC/MCObjectFileInfo.cpp:962
+ case Triple::Wasm:
+ return Ctx->getWasmSection(Name, SectionKind::getMetadata(), utostr(Hash),
+ ~0);
----------------
I may add a couple more tests to this, but I did want to ask @sbc100 about this, since I'm not 100% sure at the uniqueID field is for.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88603/new/
https://reviews.llvm.org/D88603
More information about the cfe-commits
mailing list