forked from OSchip/llvm-project
parent
50b2d2c6e3
commit
af81575b68
|
@ -117,22 +117,19 @@
|
|||
<File
|
||||
RelativePath="..\..\lib\Bitcode\Reader\BitcodeReader.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Bitcode\Reader\ReaderWrappers.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Writer"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\lib\Bitcode\Writer\BitcodeWriter.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Bitcode\Writer\ValueEnumerator.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Bitcode\Writer\ValueEnumerator.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Bitcode\Writer\Writer.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
|
|
|
@ -157,6 +157,9 @@
|
|||
<File
|
||||
RelativePath="..\..\lib\Support\ManagedStatic.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Support\MemoryBuffer.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Support\PluginLoader.cpp">
|
||||
</File>
|
||||
|
@ -310,6 +313,9 @@
|
|||
<File
|
||||
RelativePath="..\..\include\llvm\Support\MathExtras.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\Support\MemoryBuffer.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\Support\OutputBuffer.h">
|
||||
</File>
|
||||
|
|
Loading…
Reference in New Issue