This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 78a6806 [PM] Extend the explicit 'invalidate' method API on analysis [...] new 7b6b980 Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch
The 1 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: CMakeLists.txt | 3 +++ include/llvm/ADT/EpochTracker.h | 1 + include/llvm/ADT/ilist_node_options.h | 1 + include/llvm/Config/abi-breaking.h.cmake | 39 ++++++++++++++++++++++++++++++++ include/llvm/Config/config.h.cmake | 3 --- include/llvm/Config/llvm-config.h.cmake | 3 --- include/llvm/Support/Error.h | 1 + lib/Support/Error.cpp | 15 ++++++++++++ 8 files changed, 60 insertions(+), 6 deletions(-) create mode 100644 include/llvm/Config/abi-breaking.h.cmake