This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] LLVM IR assembly writer for DILabel.
AbandonedPublic

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

Details

Reviewers
rnk
chenwj
Summary

Write out !DILabel(scope: , name: , file: , line: )

Diff Detail

Repository
rL LLVM

Event Timeline

HsiangKai created this revision.Mar 29 2018, 7:08 AM

LGTM. However, combining this one with D45025 would be better.

HsiangKai abandoned this revision.Apr 2 2018, 8:07 AM

LGTM. However, combining this one with D45025 would be better.

Merged into D45024, this patch should be abandoned.