mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
add missing #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49020 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9845eb5b03
commit
0838923afb
@ -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…
x
Reference in New Issue
Block a user