[PATCH] D77784: [WebAssembly] Use dummy debug info in Emscripten SjLj
    Heejin Ahn via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Apr  9 02:41:00 PDT 2020
    
    
  
aheejin marked an inline comment as done.
aheejin added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/lower-em-sjlj-debuginfo.ll:10
+; 'malloc' and 'free' calls take debug info from the next instruction.
+define void @setjmp_debug_info0() !dbg !3 {
+; CHECK-LABEL: @setjmp_debug_info0
----------------
This function was just moved from lower-em-sjlj.ll.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77784/new/
https://reviews.llvm.org/D77784
    
    
More information about the llvm-commits
mailing list