This is an archive of the discontinued LLVM Phabricator instance.

Add MemoryBufferRef(MemoryBuffer&) constructor.
AbandonedPublic

Authored by trombonehero on Jul 28 2015, 5:53 AM.

Details

Summary

Add the ability to construct a MemoryBufferRef from a MemoryBuffer
reference.

Diff Detail

Event Timeline

trombonehero retitled this revision from to Add MemoryBufferRef(MemoryBuffer&) constructor..
trombonehero updated this object.
trombonehero added reviewers: chandlerc, rafael.
rafael edited edge metadata.Nov 4 2015, 8:10 AM
rafael added a subscriber: rafael.

lgtm

Thanks very much! Might I also ask if you could commit the patch? I don't have commit access.

trombonehero abandoned this revision.Nov 17 2015, 5:31 PM

Awesome. Thanks!