[all-commits] [llvm/llvm-project] 7f06ca: [WebAssembly] Fix JS code mentions in LowerEmscrip...

Heejin Ahn via All-commits all-commits at lists.llvm.org
Wed May 5 17:08:13 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f06cae1c19da91013df2ece641ba7b4980f8c33
      https://github.com/llvm/llvm-project/commit/7f06cae1c19da91013df2ece641ba7b4980f8c33
  Author: Heejin Ahn <aheejin at gmail.com>
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
    M llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list