This is an archive of the discontinued LLVM Phabricator instance.

Make getDISubprogram(const Function *F) available in LLVM
ClosedPublic

Authored by timurrrr on Oct 23 2014, 4:42 PM.

Details

Reviewers
dnovillo
majnemer
Summary

This will be used in D5772

Diff Detail

Event Timeline

timurrrr updated this revision to Diff 15363.Oct 23 2014, 4:42 PM
timurrrr updated this revision to Diff 15364.
timurrrr retitled this revision from to Make getDISubprogram(const Function *F) available in LLVM.
timurrrr updated this object.
timurrrr edited the test plan for this revision. (Show Details)
timurrrr added reviewers: majnemer, dnovillo.
timurrrr added a subscriber: Unknown Object (MLST).

Minor fixes

timurrrr updated this revision to Diff 15366.Oct 23 2014, 4:51 PM

Minor performance optimization

majnemer accepted this revision.Oct 23 2014, 4:54 PM
majnemer edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 23 2014, 4:54 PM
timurrrr closed this revision.Oct 23 2014, 4:57 PM

r220536, thanks!

dnovillo edited edge metadata.Oct 24 2014, 4:42 AM

Thanks for the cleanup!

lib/IR/DebugInfo.cpp
915

Could you leave the original documentation in?

timurrrr added inline comments.Oct 24 2014, 11:42 AM
lib/IR/DebugInfo.cpp
915

Can you please elaborate the request?
The "interface" part of the documentation has moved in include/llvm/IR/DebugInfo.h, the "implementation" part of the documentation is now located here.