forked from OSchip/llvm-project
parent
4e1515789e
commit
7511720e74
|
@ -159,9 +159,15 @@
|
|||
<File
|
||||
RelativePath="..\..\lib\VMCore\Type.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\VMCore\TypeSymbolTable.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\VMCore\Value.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\VMCore\ValueSymbolTable.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\VMCore\Verifier.cpp">
|
||||
</File>
|
||||
|
@ -266,6 +272,9 @@
|
|||
<File
|
||||
RelativePath="..\..\include\llvm\Type.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\TypeSymbolTable.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\Use.h">
|
||||
</File>
|
||||
|
@ -275,6 +284,9 @@
|
|||
<File
|
||||
RelativePath="..\..\include\llvm\Value.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\ValueSymbolTable.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\Assembly\Writer.h">
|
||||
</File>
|
||||
|
|
Loading…
Reference in New Issue