This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allnoconfig in repository toolchain/ci/llvm-project.
from 1b05977538d FileCheck [8/12]: Define numeric var from expr new ba4e8d79134 [FileCheck]] Canonicalize caret location testing new fb596735fe9 [FileCheck] Use ASSERT for fatal unit tests new 1cb102cac9d [lldb] Fix enum value description new 4287c95b08a [Remarks] String tables should be move-only new 8b161bacf41 [SafeStack] Insert the deref before remaining elements
The 5 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: lldb/utils/TableGen/LLDBTableGen.cpp | 2 +- llvm/include/llvm/Remarks/RemarkParser.h | 24 +++--- llvm/include/llvm/Remarks/RemarkStringTable.h | 19 +++-- llvm/lib/Remarks/RemarkParser.cpp | 12 +-- llvm/lib/Remarks/RemarkStringTable.cpp | 9 +++ llvm/lib/Remarks/YAMLRemarkParser.cpp | 6 +- llvm/lib/Remarks/YAMLRemarkParser.h | 8 +- llvm/lib/Transforms/Utils/Local.cpp | 9 +-- llvm/test/FileCheck/check-not-diaginfo.txt | 15 ++-- .../test/FileCheck/numeric-defines-diagnostics.txt | 24 +++--- llvm/test/FileCheck/numeric-expression.txt | 38 +++++----- llvm/test/FileCheck/string-defines-diagnostics.txt | 22 +++--- llvm/test/FileCheck/verbose.txt | 62 +++++++-------- llvm/test/Transforms/SafeStack/X86/debug-loc2.ll | 5 ++ llvm/unittests/Remarks/YAMLRemarksParsingTest.cpp | 6 +- llvm/unittests/Support/FileCheckTest.cpp | 88 +++++++++++----------- 16 files changed, 189 insertions(+), 160 deletions(-)