mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Fix VC++ build problems.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22564 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f20d183c22
commit
cfb1d4235f
@ -29,6 +29,7 @@
|
||||
#include "llvm/Target/TargetData.h"
|
||||
#include "llvm/ADT/Statistic.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include <algorithm>
|
||||
#include <set>
|
||||
using namespace llvm;
|
||||
|
||||
|
@ -157,6 +157,9 @@
|
||||
<File
|
||||
RelativePath="..\..\lib\Analysis\ScalarEvolution.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Analysis\ScalarEvolutionExpander.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Analysis\Trace.cpp">
|
||||
</File>
|
||||
@ -296,6 +299,9 @@
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\Analysis\ScalarEvolution.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\Analysis\ScalarEvolutionExpander.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\Analysis\ScalarEvolutionExpressions.h">
|
||||
</File>
|
||||
|
Loading…
Reference in New Issue
Block a user