This is an archive of the discontinued LLVM Phabricator instance.

[ORC] Update ObjectTransformLayer signature
ClosedPublic

Authored by JosephTremoulet on Jan 21 2016, 9:59 AM.

Details

Summary

Update ObjectTransformLayer::addObjectSet to take the object set by
value rather than reference and pass it to the base layer with move
semantics rather than copy, to match r258185's changes to
ObjectLinkingLayer.

Update the unit test to verify that ObjectTransformLayer's signature stays
in sync with ObjectLinkingLayer's.

Diff Detail

Repository
rL LLVM

Event Timeline

JosephTremoulet retitled this revision from to [ORC] Update ObjectTransformLayer signature.
JosephTremoulet updated this object.
JosephTremoulet added a reviewer: lhames.
JosephTremoulet added a subscriber: llvm-commits.
lhames accepted this revision.Jan 21 2016, 10:44 PM
lhames edited edge metadata.

LGTM. Thanks Joseph!

This revision is now accepted and ready to land.Jan 21 2016, 10:44 PM
This revision was automatically updated to reflect the committed changes.