summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2017-09-11 01:09:46 +0000
committerLang Hames <lhames@gmail.com>2017-09-11 01:09:46 +0000
commit70a6929f1aa6cb797cd7bb66d54e9f30a2d1ca8f (patch)
tree154a71a68fe196b022b696190b75713fe76b1b7a /llvm
parent94d555116cbdc1522656a205f579da31f0bc14d1 (diff)
downloadbcm5719-llvm-70a6929f1aa6cb797cd7bb66d54e9f30a2d1ca8f.tar.gz
bcm5719-llvm-70a6929f1aa6cb797cd7bb66d54e9f30a2d1ca8f.zip
[ORC] Kill off a dead typedef.
llvm-svn: 312893
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h6
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;
OpenPOWER on IntegriCloud