This is an archive of the discontinued LLVM Phabricator instance.

NFC: Move ObjectMemoryBuffer to support
ClosedPublic

Authored by weimingz on Apr 12 2018, 7:07 PM.

Details

Summary

Since the class is used by both MCJIT and LTO, it makes more sense to move it to Support lib.
This is a follow up patch to r329929 and https://reviews.llvm.org/D45244

Diff Detail

Repository
rL LLVM

Event Timeline

weimingz created this revision.Apr 12 2018, 7:07 PM

Thanks! I wonder if we can come up with a better name than ObjectMemoryBuffer though. Maybe SmallVectorMemoryBuffer?

Sure. How about do it in a separate patch?

bkramer accepted this revision.Apr 14 2018, 2:44 AM

doing it later is fine with me.

This revision is now accepted and ready to land.Apr 14 2018, 2:44 AM
This revision was automatically updated to reflect the committed changes.