summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-02-20 09:56:24 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-02-20 09:56:24 +0000
commitd4c7a12177d145aea18ba718aaa9d20b825c14ec (patch)
tree17f02d070f4bf3ed43d278890a8c9843cafc5811
parentee0351631b8e1479c858fdd08f5cbcacd15bf02d (diff)
downloadbcm5719-llvm-d4c7a12177d145aea18ba718aaa9d20b825c14ec.tar.gz
bcm5719-llvm-d4c7a12177d145aea18ba718aaa9d20b825c14ec.zip
llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h: Fixup corresponding to r295636.
llvm-svn: 295645
-rw-r--r--llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h b/llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h
index 77e21bb4aeb..1dca39deba3 100644
--- a/llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h
+++ b/llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h
@@ -24,7 +24,7 @@
#include "llvm/ExecutionEngine/Orc/CompileUtils.h"
#include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"
#include "llvm/ExecutionEngine/Orc/LambdaResolver.h"
-#include "llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h"
+#include "llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Mangler.h"
#include "llvm/Support/DynamicLibrary.h"
@@ -40,7 +40,7 @@ namespace orc {
class KaleidoscopeJIT {
public:
- typedef ObjectLinkingLayer<> ObjLayerT;
+ typedef RTDyldObjectLinkingLayer<> ObjLayerT;
typedef IRCompileLayer<ObjLayerT> CompileLayerT;
typedef CompileLayerT::ModuleSetHandleT ModuleHandleT;
OpenPOWER on IntegriCloud