This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 582d2b4 [ADT/MathExtras] Make buildbot happy again. new 90ab4b2 CMake: make LLVM_OPTIMIZED_TABLEGEN friendly with LLVM_EXTERN [...] new df0b8bc Make the Error class constructor protected new 5652444 Prevent at compile time converting from Error::success() to E [...]
The 3 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: cmake/modules/CrossCompile.cmake | 5 ++++ .../ExecutionEngine/Orc/OrcRemoteTargetClient.h | 4 ++-- include/llvm/Support/Error.h | 22 ++++++++++++++---- lib/Bitcode/Reader/BitcodeReader.cpp | 8 +++---- lib/LTO/LTO.cpp | 20 ++++++++-------- lib/LTO/LTOBackend.cpp | 20 ++++++++-------- lib/Object/Archive.cpp | 6 ++--- lib/Object/Error.cpp | 21 ++++++++--------- lib/Object/MachOObjectFile.cpp | 2 +- lib/Object/MachOUniversal.cpp | 2 +- lib/ProfileData/Coverage/CoverageMappingReader.cpp | 2 +- tools/dsymutil/BinaryHolder.cpp | 2 +- tools/llvm-ar/llvm-ar.cpp | 8 +++---- tools/llvm-cxxdump/llvm-cxxdump.cpp | 2 +- tools/llvm-dwp/llvm-dwp.cpp | 14 +++++------ tools/llvm-nm/llvm-nm.cpp | 8 +++---- tools/llvm-objdump/MachODump.cpp | 11 +++++---- tools/llvm-objdump/llvm-objdump.cpp | 2 +- tools/llvm-readobj/llvm-readobj.cpp | 2 +- tools/llvm-size/llvm-size.cpp | 8 +++---- tools/llvm-xray/xray-extract.cc | 4 ++-- tools/sancov/sancov.cc | 2 +- unittests/Support/ErrorTest.cpp | 27 ++++++++++++---------- 23 files changed, 111 insertions(+), 91 deletions(-)