mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Target/AMDGPU: Fix includes, or msvc build failed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160280 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b22d251dcc
commit
4a4d533fa7
@ -29,8 +29,7 @@
|
||||
#include "llvm/Module.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/MathExtras.h"
|
||||
|
||||
#include <sstream>
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
||||
#if 0
|
||||
STATISTIC(PointerAssignments, "Number of dynamic pointer "
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include "llvm/Module.h"
|
||||
#include "llvm/TypeBuilder.h"
|
||||
#include "llvm/Target/TargetData.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
Loading…
Reference in New Issue
Block a user