[PATCH] D49208: [WebAssembly] Update WebAssemblyLowerEmscriptenEHSjLj to support separate compilation.

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 11 17:11:04 PDT 2018


aheejin added a comment.

1. For emscripten-based EH, we don't use a separate libcxxabi; emscripten provides handful of library functions in JavaScript. Are you planning to provide them from emscripten and import them from wasm?
2. Because now this does not create those functions and global variables anymore, certain tests, such as `lower-em-exceptions.ll`, will fail. I guess you should update that as well.


Repository:
  rL LLVM

https://reviews.llvm.org/D49208





More information about the llvm-commits mailing list