This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 63d2fab3cfd Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..." new 83a953d909d [gtest] Create a shared include directory for gtest utilities. new 7e8532edeb4 Add an include of gtest-printers.h to appease the buildbots.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Testing/Support/Error.h | 69 +++++++++ include/llvm/Testing/Support/SupportHelpers.h | 47 ++++++ lib/CMakeLists.txt | 1 + lib/LLVMBuild.txt | 1 + lib/Testing/CMakeLists.txt | 1 + lib/{ => Testing}/LLVMBuild.txt | 33 +---- lib/Testing/Support/CMakeLists.txt | 12 ++ lib/Testing/Support/Error.cpp | 22 +++ lib/{ => Testing/Support}/LLVMBuild.txt | 36 +---- unittests/DebugInfo/CodeView/CMakeLists.txt | 25 ++-- unittests/DebugInfo/CodeView/ErrorChecking.h | 70 --------- .../DebugInfo/CodeView/RandomAccessVisitorTest.cpp | 18 ++- .../DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 1 - unittests/DebugInfo/PDB/CMakeLists.txt | 1 + unittests/DebugInfo/PDB/ErrorChecking.h | 61 -------- unittests/DebugInfo/PDB/HashTableTest.cpp | 10 +- unittests/DebugInfo/PDB/MSFBuilderTest.cpp | 101 ++++++------- unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 119 ++++++++------- unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | 19 ++- unittests/DebugInfo/PDB/TypeServerHandlerTest.cpp | 32 ++-- unittests/Support/BinaryStreamTest.cpp | 163 ++++++++++----------- unittests/Support/CMakeLists.txt | 1 + 22 files changed, 408 insertions(+), 435 deletions(-) create mode 100644 include/llvm/Testing/Support/Error.h create mode 100644 include/llvm/Testing/Support/SupportHelpers.h create mode 100644 lib/Testing/CMakeLists.txt copy lib/{ => Testing}/LLVMBuild.txt (59%) create mode 100644 lib/Testing/Support/CMakeLists.txt create mode 100644 lib/Testing/Support/Error.cpp copy lib/{ => Testing/Support}/LLVMBuild.txt (59%) delete mode 100644 unittests/DebugInfo/CodeView/ErrorChecking.h delete mode 100644 unittests/DebugInfo/PDB/ErrorChecking.h