]> granicus.if.org Git - llvm/commit
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)
commit5d9d83fb555b6d26990d9e9ac0e28d82749a93bc
treea7cccf9a3d54520945188e62529f4bc604bcc1a4
parentd947f15959b72249bbe60ce44d5648b169ca62fe
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302002 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
include/llvm/DebugInfo/CodeView/StringTable.h [deleted file]
include/llvm/DebugInfo/PDB/Native/PDBFile.h
include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h
include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
include/llvm/DebugInfo/PDB/Native/RawTypes.h
include/llvm/Support/BinaryStreamReader.h
include/llvm/Support/BinaryStreamWriter.h
lib/DebugInfo/CodeView/CMakeLists.txt
lib/DebugInfo/CodeView/StringTable.cpp [deleted file]
lib/DebugInfo/PDB/Native/DbiStream.cpp
lib/DebugInfo/PDB/Native/PDBFile.cpp
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
lib/DebugInfo/PDB/Native/PDBStringTable.cpp
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp
lib/DebugInfo/PDB/Native/StringTableStreamBuilder.cpp [deleted file]
lib/Support/BinaryStreamReader.cpp
lib/Support/BinaryStreamWriter.cpp
unittests/DebugInfo/PDB/StringTableBuilderTest.cpp