[PATCH] D52748: [WebAssembly] LSDA info generation
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 11 13:32:33 PDT 2018
aheejin added inline comments.
================
Comment at: lib/CodeGen/AsmPrinter/WasmException.h:23
+
+class LLVM_LIBRARY_VISIBILITY WasmException : public EHStreamer {
+public:
----------------
dschuff wrote:
> I realize this naming convention is pre-existing but ༼ ༎ຶ ෴ ༎ຶ༽
Yeah `***Exception` inheriting from `EHStreamer` looks really confusing...
Repository:
rL LLVM
https://reviews.llvm.org/D52748
More information about the llvm-commits
mailing list