mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
add some #includes that will soon be needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133195 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b9a7187f4b
commit
e817127e0a
@ -14,6 +14,7 @@
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/GlobalValue.h"
|
||||
#include "llvm/LLVMContext.h"
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
|
||||
#include "llvm/Support/TypeBuilder.h"
|
||||
#include "llvm/LLVMContext.h"
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user