[PATCH] D16414: [ORC] Update ObjectTransformLayer signature

Joseph Tremoulet via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 09:59:55 PST 2016


JosephTremoulet created this revision.
JosephTremoulet added a reviewer: lhames.
JosephTremoulet added a subscriber: llvm-commits.

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.


http://reviews.llvm.org/D16414

Files:
  include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
  unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16414.45552.patch
Type: text/x-patch
Size: 5914 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160121/f7025aa3/attachment.bin>


More information about the llvm-commits mailing list