[PATCH] D74269: [WebAssembly] Add debug info to insts in Emscripten SjLj

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 17:08:26 PST 2020


aheejin created this revision.
aheejin added a reviewer: kripken.
Herald added subscribers: llvm-commits, sunfish, hiraditya, jgravelle-google, sbc100, aprantl, dschuff.
Herald added a project: LLVM.

This makes sure all newly create instructions in Emscripten SjLj has
appropriate debug info attached. Fixes
https://github.com/emscripten-core/emscripten/issues/9797.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74269

Files:
  llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  llvm/test/CodeGen/WebAssembly/lower-em-sjlj.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74269.243323.patch
Type: text/x-patch
Size: 9047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200208/ed6861f7/attachment.bin>


More information about the llvm-commits mailing list