This is an archive of the discontinued LLVM Phabricator instance.

Add DebugLoc information to WebAssembly block and loop.
ClosedPublic

Authored by yurydelendik on Mar 13 2018, 3:08 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

yurydelendik created this revision.Mar 13 2018, 3:08 PM

Add test description.

Otherwise LGTM

test/CodeGen/WebAssembly/dbg-loop-loc.ll
1 ↗(On Diff #138420)

This test probably belongs in test/DebugInfo/WebAssembly

4 ↗(On Diff #138420)

Can you also include a comment with the source of dbg-loop-loc.c to make it easy to regenerate this file?

Move test to the test/DebugInfo/WebAssembly and add C code source.

yurydelendik marked 2 inline comments as done.Mar 15 2018, 12:59 PM
dschuff accepted this revision.Mar 15 2018, 2:30 PM

Do you want me to commit this?

This revision is now accepted and ready to land.Mar 15 2018, 2:30 PM
This revision was automatically updated to reflect the committed changes.