This is an archive of the discontinued LLVM Phabricator instance.

[LLVM-C] Add LLVMDISubprogramGetLine accessor
AbandonedPublic

Authored by jberdine on Apr 16 2019, 1:28 PM.

Details

Reviewers
CodaFi
deadalnix
Summary

Addition to D60725, exposing DISubprogram::getLine().

Diff Detail

Event Timeline

jberdine created this revision.Apr 16 2019, 1:28 PM
Herald added a project: Restricted Project. · View Herald Transcript
CodaFi accepted this revision.Apr 16 2019, 1:40 PM

LGTM

This revision is now accepted and ready to land.Apr 16 2019, 1:40 PM

Thanks! Note that I don't have write access, so could I ask you to commit this?

CodaFi changed the repository for this revision from rL LLVM to rG LLVM Github Monorepo.Apr 16 2019, 2:16 PM

This patch doesn't apply cleanly to my checkout, so I'm going to fold it into D60725.

Sounds good.

jberdine abandoned this revision.Apr 16 2019, 2:45 PM

Included in D60725