[all-commits] [llvm/llvm-project] 5b5cbf: [WebAssembly] Add debug info to insts in Emscripte...

Heejin Ahn via All-commits all-commits at lists.llvm.org
Fri Feb 7 19:09:06 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5b5cbfe135916db704792359f97fe3bf0fdf37c0
      https://github.com/llvm/llvm-project/commit/5b5cbfe135916db704792359f97fe3bf0fdf37c0
  Author: Heejin Ahn <aheejin at gmail.com>
  Date:   2020-02-07 (Fri, 07 Feb 2020)

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

  Log Message:
  -----------
  [WebAssembly] Add debug info to insts in Emscripten SjLj

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

Reviewers: kripken

Subscribers: dschuff, aprantl, sbc100, jgravelle-google, hiraditya, sunfish, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D74269




More information about the All-commits mailing list