mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-22 04:05:05 +00:00
Add StringPool + new CodeGen files to win32 build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44805 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ec90cd1bf8
commit
1a4ab520d5
@ -475,6 +475,26 @@
|
||||
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeDAG.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypes.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypesExpand.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypesPromote.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypesScalarize.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypesSplit.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAG.cpp"
|
||||
>
|
||||
@ -550,6 +570,10 @@
|
||||
RelativePath="..\..\include\llvm\CodeGen\IntrinsicLowering.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypes.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\CodeGen\LinkAllCodegenComponents.h"
|
||||
>
|
||||
|
@ -408,6 +408,10 @@
|
||||
RelativePath="..\..\lib\Support\StringMap.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Support\StringPool.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Support\SystemUtils.cpp"
|
||||
>
|
||||
@ -566,6 +570,10 @@
|
||||
RelativePath="..\..\include\llvm\Support\Streams.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\Support\StringPool.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\Support\SystemUtils.h"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user