forked from OSchip/llvm-project
parent
eeb7fae063
commit
51b2a18084
|
@ -408,7 +408,7 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\utils\TableGen\LLVMCCConfigurationEmitter.cpp"
|
||||
RelativePath="..\..\utils\TableGen\LLVMCConfigurationEmitter.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
|
|
@ -463,10 +463,18 @@
|
|||
RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\Scalar\JumpThreading.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\Scalar\LoopDeletion.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.cpp"
|
||||
>
|
||||
|
@ -519,6 +527,28 @@
|
|||
RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\Scalar\SimplifyLibCalls.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue