forked from OSchip/llvm-project
Adding missing files to Transforms and VMCore VC++ projects.
llvm-svn: 51098
This commit is contained in:
parent
2c6b88816d
commit
c279c59d7b
|
@ -682,6 +682,10 @@
|
|||
RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\Utils\UnrollLoop.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp"
|
||||
>
|
||||
|
|
|
@ -442,6 +442,10 @@
|
|||
RelativePath="..\..\lib\VMCore\TypeSymbolTable.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\VMCore\Use.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\VMCore\Value.cpp"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue