forked from OSchip/llvm-project
Add an include file needed for VS.
Add two new file to codegen project (VS). This unbreak the build for VS. llvm-svn: 52831
This commit is contained in:
parent
3903908794
commit
69cb7be3b1
|
@ -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