X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FExecutionEngine%2FOrc%2FCompileOnDemandLayer.h;h=719adbc562c217874b6a98e1dfb67d0a72c39997;hp=59ffb70ba30ab339f1982cbe3e0ca38a69893148;hb=4e3748ca77de032c9fcf6c149f4c74d103bdc000;hpb=7a5c0e599c95eed4df347643579d038fcb6e1eac diff --git a/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h b/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h index 59ffb70ba30..719adbc562c 100644 --- a/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h +++ b/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h @@ -74,7 +74,7 @@ private: LogicalModule(LogicalModule &&Other) : SrcM(std::move(Other.SrcM)), GVsAndStubsHandle(std::move(Other.GVsAndStubsHandle)), - ImplHandles(std::move(ImplHandles)) {} + ImplHandles(std::move(Other.ImplHandles)) {} std::unique_ptr SrcM; BaseLayerModuleSetHandleT GVsAndStubsHandle;