[llvm] r312893 - [ORC] Kill off a dead typedef.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 10 18:09:46 PDT 2017
Author: lhames
Date: Sun Sep 10 18:09:46 2017
New Revision: 312893
URL: http://llvm.org/viewvc/llvm-project?rev=312893&view=rev
Log:
[ORC] Kill off a dead typedef.
Modified:
llvm/trunk/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
Modified: llvm/trunk/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h?rev=312893&r1=312892&r2=312893&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h (original)
+++ llvm/trunk/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h Sun Sep 10 18:09:46 2017
@@ -140,12 +140,6 @@ private:
struct LogicalDylib {
using SymbolResolverFtor = std::function<JITSymbol(const std::string&)>;
- using ModuleAdderFtor =
- std::function<typename BaseLayerT::ModuleHandleT(
- BaseLayerT&,
- std::unique_ptr<Module>,
- std::unique_ptr<JITSymbolResolver>)>;
-
struct SourceModuleEntry {
std::shared_ptr<Module> SourceMod;
std::set<Function*> StubsToClone;
More information about the llvm-commits
mailing list