This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Fill DW_TAG_label attributes.
AbandonedPublic

Authored by HsiangKai on Mar 29 2018, 7:18 AM.

Details

Reviewers
rnk
chenwj
Summary

Go through the list of DbgLabels in DwarfDebug to fill the DW_TAG_label
DIE information.

Diff Detail

Repository
rL LLVM