diff options
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/CMakeLists.txt')
-rw-r--r-- | llvm/lib/DebugInfo/PDB/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/DebugInfo/PDB/CMakeLists.txt b/llvm/lib/DebugInfo/PDB/CMakeLists.txt index b5053c51f3a..113a2ad0ec4 100644 --- a/llvm/lib/DebugInfo/PDB/CMakeLists.txt +++ b/llvm/lib/DebugInfo/PDB/CMakeLists.txt @@ -28,7 +28,6 @@ if(HAVE_DIA_SDK) endif() add_pdb_impl_folder(Raw - Raw/ByteStream.cpp Raw/DbiStream.cpp Raw/InfoStream.cpp Raw/MappedBlockStream.cpp @@ -40,7 +39,6 @@ add_pdb_impl_folder(Raw Raw/PublicsStream.cpp Raw/RawError.cpp Raw/RawSession.cpp - Raw/StreamReader.cpp Raw/SymbolStream.cpp Raw/TpiStream.cpp) |