forked from OSchip/llvm-project
Adding some missing files to VStudio project files. Switching to use generated llvmAsmParser.cpp/.h
llvm-svn: 52935
This commit is contained in:
parent
819b770868
commit
5071fcde24
|
@ -404,6 +404,10 @@
|
|||
RelativePath="..\..\lib\Analysis\ScalarEvolutionExpander.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Analysis\SparsePropagation.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Analysis\Trace.cpp"
|
||||
>
|
||||
|
|
|
@ -380,11 +380,11 @@
|
|||
Name="Generated Files"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\lib\AsmParser\llvmAsmParser.cpp"
|
||||
RelativePath=".\llvmAsmParser.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\AsmParser\llvmAsmParser.h"
|
||||
RelativePath=".\llvmAsmParser.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
|
|
@ -376,9 +376,15 @@
|
|||
<File
|
||||
RelativePath="..\..\lib\Support\SlowOperationInformer.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
|
|
|
@ -308,6 +308,10 @@
|
|||
RelativePath="..\..\lib\Target\SubtargetFeature.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Target\Target.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Target\TargetAsmInfo.cpp"
|
||||
>
|
||||
|
|
|
@ -351,6 +351,10 @@
|
|||
RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\IPO\ExtractGV.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp"
|
||||
>
|
||||
|
@ -554,10 +558,6 @@
|
|||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Parallel"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Utils"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue