[Orc] Add more missing headers.
authorLang Hames <lhames@gmail.com>
Fri, 6 Feb 2015 22:48:43 +0000 (22:48 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 6 Feb 2015 22:48:43 +0000 (22:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228454 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h

index 79e8306cfd975ea6cc2b74b4274236a22eb94758..31eb1430943617f76ea3ac0e5c7cde7e929adce2 100644 (file)
@@ -18,6 +18,7 @@
 #include "IndirectionUtils.h"
 #include "LookasideRTDyldMM.h"
 #include "llvm/ADT/STLExtras.h"
 #include "IndirectionUtils.h"
 #include "LookasideRTDyldMM.h"
 #include "llvm/ADT/STLExtras.h"
+#include "llvm/ExecutionEngine/SectionMemoryManager.h"
 #include <list>
 
 namespace llvm {
 #include <list>
 
 namespace llvm {
index 6a7ae15c6aa37363169d5663d604a448a784327c..3076c12089ad305e379455cb0a6d08d5789cb6b7 100644 (file)
@@ -15,6 +15,7 @@
 #define LLVM_EXECUTIONENGINE_ORC_IRCOMPILELAYER_H
 
 #include "llvm/ExecutionEngine/ObjectCache.h"
 #define LLVM_EXECUTIONENGINE_ORC_IRCOMPILELAYER_H
 
 #include "llvm/ExecutionEngine/ObjectCache.h"
+#include "llvm/ExecutionEngine/RTDyldMemoryManager.h"
 #include "llvm/Object/ObjectFile.h"
 #include <memory>
 
 #include "llvm/Object/ObjectFile.h"
 #include <memory>
 
index 6b625e5e89d014c845504e34b0a42c948e56e295..428a263e202491658b78d8e429eb633378e3403b 100644 (file)
@@ -15,6 +15,8 @@
 #define LLVM_EXECUTIONENGINE_ORC_LAZYEMITTINGLAYER_H
 
 #include "LookasideRTDyldMM.h"
 #define LLVM_EXECUTIONENGINE_ORC_LAZYEMITTINGLAYER_H
 
 #include "LookasideRTDyldMM.h"
+#include "llvm/ExecutionEngine/RTDyldMemoryManager.h"
+#include "llvm/IR/GlobalValue.h"
 #include "llvm/IR/Mangler.h"
 #include <list>
 
 #include "llvm/IR/Mangler.h"
 #include <list>