Revert r301986 (and subsequent r301987).
authorDaniel Jasper <djasper@google.com>
Wed, 3 May 2017 07:29:25 +0000 (07:29 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 3 May 2017 07:29:25 +0000 (07:29 +0000)
commitdff096f217542fc12a69c228536d5b555cb23912
treee47fed572e4212072a742d6d684a07f0ef038e45
parent726701b0ed67c400bc41fe08feb8a19668b59cbf
Revert r301986 (and subsequent r301987).

The patch is failing to add StringTableStreamBuilder.h, but that isn't
even discovered because the corresponding StringTableStreamBuilder.cpp
isn't added to any CMakeLists.txt file and thus never built. I think
this patch is just incomplete.

llvm-svn: 302002
19 files changed:
llvm/include/llvm/DebugInfo/CodeView/StringTable.h [deleted file]
llvm/include/llvm/DebugInfo/PDB/Native/PDBFile.h
llvm/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h
llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
llvm/include/llvm/DebugInfo/PDB/Native/RawTypes.h
llvm/include/llvm/Support/BinaryStreamReader.h
llvm/include/llvm/Support/BinaryStreamWriter.h
llvm/lib/DebugInfo/CodeView/CMakeLists.txt
llvm/lib/DebugInfo/CodeView/StringTable.cpp [deleted file]
llvm/lib/DebugInfo/PDB/Native/DbiStream.cpp
llvm/lib/DebugInfo/PDB/Native/PDBFile.cpp
llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
llvm/lib/DebugInfo/PDB/Native/PDBStringTable.cpp
llvm/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp
llvm/lib/DebugInfo/PDB/Native/StringTableStreamBuilder.cpp [deleted file]
llvm/lib/Support/BinaryStreamReader.cpp
llvm/lib/Support/BinaryStreamWriter.cpp
llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp