This is an archive of the discontinued LLVM Phabricator instance.

[SE] Make Kernel movable
ClosedPublic

Authored by jhen on Sep 1 2016, 12:07 PM.

Details

Summary

Kernel is basically just a smart pointer to the underlying
implementation, so making it movable prevents having to store a
std::unique_ptr to it.

Diff Detail

Repository
rL LLVM

Event Timeline

jhen updated this revision to Diff 70046.Sep 1 2016, 12:07 PM
jhen retitled this revision from to [SE] Make Kernel movable.
jhen updated this object.
jhen added a reviewer: jlebar.
jhen added subscribers: parallel_libs-commits, jprice.
jlebar accepted this revision.Sep 1 2016, 5:13 PM
jlebar edited edge metadata.
This revision is now accepted and ready to land.Sep 1 2016, 5:13 PM
This revision was automatically updated to reflect the committed changes.