This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Prepare DIBuilder for labels
AbandonedPublic

Authored by HsiangKai on Mar 30 2018, 6:48 AM.

Details

Reviewers
chenwj
rnk
Summary

Implement createLabel() to allocate DILabel objects.

Diff Detail

Repository
rL LLVM

Event Timeline

HsiangKai created this revision.Mar 30 2018, 6:48 AM

I suggest combining this with a patch that actually uses the API. We don't generally have commits that add APIs without uses or tests.

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

I suggest combining this with a patch that actually uses the API. We don't generally have commits that add APIs without uses or tests.

Merged into D45024, this patch should be abandoned.