mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Add an include file needed for VS.
Add two new file to codegen project (VS). This unbreak the build for VS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52831 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
42af887105
commit
5e950627f9
@ -16,6 +16,7 @@
|
||||
#define LLVM_ANALYSIS_VALUETRACKING_H
|
||||
|
||||
#include <string>
|
||||
#include <llvm/Support/DataTypes.h>
|
||||
|
||||
namespace llvm {
|
||||
class Value;
|
||||
|
@ -376,6 +376,10 @@
|
||||
RelativePath="..\..\lib\CodeGen\MachineBasicBlock.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\MachineDebugInfoDesc.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\MachineDominators.cpp"
|
||||
>
|
||||
@ -642,6 +646,10 @@
|
||||
RelativePath="..\..\include\llvm\CodeGen\MachineConstantPool.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\CodeGen\MachineDebugInfoDesc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\CodeGen\MachineDominators.h"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user