forked from OSchip/llvm-project
parent
569720629c
commit
510e2f48f0
|
@ -15,6 +15,7 @@
|
|||
#define LLVM_EXECUTIONENGINE_ORC_IRCOMPILELAYER_H
|
||||
|
||||
#include "llvm/ExecutionEngine/ObjectCache.h"
|
||||
#include "llvm/Object/ObjectFile.h"
|
||||
#include <memory>
|
||||
|
||||
namespace llvm {
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#ifndef LLVM_EXECUTIONENGINE_ORC_LOOKASIDERTDYLDMM_H
|
||||
#define LLVM_EXECUTIONENGINE_ORC_LOOKASIDERTDYLDMM_H
|
||||
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Reference in New Issue