[PATCH] D52580: Refactor WasmSignature and use it for MCSymbolWasm
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 5 02:25:23 PST 2018
aheejin added a comment.
I tried to added `.functype` parsing support to `WebAssemblyAsmParser` and it involves calling `MCSymbolWasm::setSignature` from `WebAssemblyAsmParser`. I guess we should move the ownership to somewhere else. Here <https://bugs.llvm.org/show_bug.cgi?id=39557> is the bug report for `.functype` handling.
Repository:
rL LLVM
https://reviews.llvm.org/D52580
More information about the llvm-commits
mailing list