[WebAssembly] Add DebugLoc information to WebAssembly block and loop.
authorDerek Schuff <dschuff@google.com>
Thu, 15 Mar 2018 22:06:51 +0000 (22:06 +0000)
committerDerek Schuff <dschuff@google.com>
Thu, 15 Mar 2018 22:06:51 +0000 (22:06 +0000)
commit10b313581f5aa3836b8e22570cd4cfaa3d61568d
tree3ce6c3a380599508b6fb8f9753eb256cf4bf9979
parent7b14e7f041187b1ec63c55adb9dda6f39750ea1d
[WebAssembly] Add DebugLoc information to WebAssembly block and loop.

Patch by Yury Delendik
Differential Revision: https://reviews.llvm.org/D44448

llvm-svn: 327673
llvm/include/llvm/CodeGen/MachineBasicBlock.h
llvm/lib/CodeGen/MachineBasicBlock.cpp
llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
llvm/test/DebugInfo/WebAssembly/dbg-loop-loc.ll [new file with mode: 0644]