This is an archive of the discontinued LLVM Phabricator instance.

expand DIContext interface a bit
ClosedPublic

Authored by david2050 on Jan 9 2019, 10:37 AM.

Details

Summary

This allows a bit more control for scenarios where client might
modifiy a DIContext

Diff Detail

Repository
rL LLVM

Event Timeline

david2050 created this revision.Jan 9 2019, 10:37 AM
twoh added a comment.Jan 9 2019, 10:56 AM

Can you please provide a bit more context about when the client might want this function?

The first change is simply performance related.
The second allows a client to incrementally build a vector, using the getMutableFrame method to access individual frames

Kader accepted this revision.Jan 14 2019, 9:18 AM

LGTM

This revision is now accepted and ready to land.Jan 14 2019, 9:18 AM
This revision was automatically updated to reflect the committed changes.