diff options
| author | Lang Hames <lhames@gmail.com> | 2017-09-11 01:09:46 +0000 |
|---|---|---|
| committer | Lang Hames <lhames@gmail.com> | 2017-09-11 01:09:46 +0000 |
| commit | 70a6929f1aa6cb797cd7bb66d54e9f30a2d1ca8f (patch) | |
| tree | 154a71a68fe196b022b696190b75713fe76b1b7a | |
| parent | 94d555116cbdc1522656a205f579da31f0bc14d1 (diff) | |
| download | bcm5719-llvm-70a6929f1aa6cb797cd7bb66d54e9f30a2d1ca8f.tar.gz bcm5719-llvm-70a6929f1aa6cb797cd7bb66d54e9f30a2d1ca8f.zip | |
[ORC] Kill off a dead typedef.
llvm-svn: 312893
| -rw-r--r-- | llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h b/llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h index cbe9ff5d6ec..a961992c214 100644 --- a/llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h +++ b/llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h @@ -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; |

