forked from OSchip/llvm-project
Update win32 VStudio project files to keep pace with recently added and deleted files
llvm-svn: 41553
This commit is contained in:
parent
cf871f59bf
commit
e87935b379
|
@ -49,10 +49,11 @@
|
|||
ForceConformanceInForLoopScope="true"
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="0"
|
||||
ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4355,4146,4800"
|
||||
/>
|
||||
<Tool
|
||||
|
@ -116,6 +117,7 @@
|
|||
ForceConformanceInForLoopScope="true"
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="0"
|
||||
ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="3"
|
||||
|
@ -167,6 +169,10 @@
|
|||
RelativePath="..\..\lib\Support\Annotation.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Support\APFloat.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Support\APInt.cpp"
|
||||
>
|
||||
|
@ -222,13 +228,6 @@
|
|||
<File
|
||||
RelativePath="..\..\lib\Support\SlowOperationInformer.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
|
@ -308,10 +307,6 @@
|
|||
RelativePath="..\..\include\llvm\Support\ConstantRange.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\Support\DataTypes.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\Support\Debug.h"
|
||||
>
|
||||
|
@ -444,6 +439,10 @@
|
|||
RelativePath="..\..\include\llvm\ADT\BitVector.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\Support\DataTypes.h.in"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\Adt\DenseMap.h"
|
||||
>
|
||||
|
|
|
@ -308,10 +308,6 @@
|
|||
RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\Scalar\FastDSE.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp"
|
||||
>
|
||||
|
@ -336,6 +332,10 @@
|
|||
RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp"
|
||||
>
|
||||
|
@ -416,6 +416,10 @@
|
|||
RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\Utils\CloneLoop.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp"
|
||||
>
|
||||
|
|
|
@ -166,6 +166,10 @@
|
|||
RelativePath="..\..\lib\VMCore\AsmWriter.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\VMCore\AutoUpgrade.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\VMCore\BasicBlock.cpp"
|
||||
>
|
||||
|
|
|
@ -216,6 +216,10 @@
|
|||
RelativePath="..\..\lib\Target\X86\X86FloatingPoint.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Target\X86\X86InstrFormats.td"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Target\X86\X86InstrInfo.cpp"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue