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

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 12 12:08:25 PDT 2018


dschuff added a comment.

I think I actually prefer the approach of linking this code in from a library rather than generating N copies of it. It's more consistent with how system code is usually included into programs (i.e. linking it in rather than generating it magically from the compiler). It's also easier to read and understand for non-compiler developers.


Repository:
  rL LLVM

https://reviews.llvm.org/D49263





More information about the llvm-commits mailing list