mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +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:
@@ -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"
|
||||
>
|
||||
|
Reference in New Issue
Block a user