[WebAssembly] Fix JS code mentions in LowerEmscriptenEHSjLj
authorHeejin Ahn <aheejin@gmail.com>
Tue, 4 May 2021 04:48:38 +0000 (21:48 -0700)
committerHeejin Ahn <aheejin@gmail.com>
Thu, 6 May 2021 00:04:14 +0000 (17:04 -0700)
commit7f06cae1c19da91013df2ece641ba7b4980f8c33
treed24839ffd199230fd48fed964fc45e114205be51
parent535cbe02a4543ca930e79c10b5d334580428e607
[WebAssembly] Fix JS code mentions in LowerEmscriptenEHSjLj

- Removes the mention of fastcomp, which is deprecated.
- Some functions in Emscripten have moved from JS glue code to
  compiler-rt/emscripten_setjmp.c and
  compiler-rt/emscripten_exception_builtins.c. This fixes comments about
  that.

Reviewed By: sbc100

Differential Revision: https://reviews.llvm.org/D101812
llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp