forked from OSchip/llvm-project
parent
0bd72c5ccd
commit
3d7127b3e3
|
@ -17,6 +17,7 @@
|
|||
#include "llvm/ModuleProvider.h"
|
||||
#include "llvm/Module.h"
|
||||
#include "llvm/Support/MemoryBuffer.h"
|
||||
#include "llvm/System/MappedFile.h"
|
||||
#include "llvm/System/Process.h"
|
||||
#include <memory>
|
||||
#include <cstring>
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#include "ArchiveInternals.h"
|
||||
#include "llvm/Bitcode/ReaderWriter.h"
|
||||
#include "llvm/Support/MemoryBuffer.h"
|
||||
#include "llvm/System/MappedFile.h"
|
||||
#include "llvm/Module.h"
|
||||
#include <memory>
|
||||
using namespace llvm;
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
#include "ArchiveInternals.h"
|
||||
#include "llvm/Bitcode/ReaderWriter.h"
|
||||
#include "llvm/System/MappedFile.h"
|
||||
#include "llvm/System/Signals.h"
|
||||
#include "llvm/System/Process.h"
|
||||
#include "llvm/ModuleProvider.h"
|
||||
|
|
Loading…
Reference in New Issue