[PATCH] D49263: [WebAssembly] Update WebAssemblyLowerEmscriptenEHSjLj to handle separate compilation

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 12 12:36:53 PDT 2018


sbc100 added a comment.

I agree it that the other approach is more elegant.  However, I decided to go with this one for now since:
(1) Its a smaller incremental change
(2) Hopefully all this code will be removed pretty soon anyway

We can always improve on this incrementally too.


Repository:
  rL LLVM

https://reviews.llvm.org/D49263





More information about the llvm-commits mailing list