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-aarch64-next-allyesconfig in repository toolchain/ci/llvm-project.
from 1b05977538d FileCheck [8/12]: Define numeric var from expr adds ba4e8d79134 [FileCheck]] Canonicalize caret location testing adds fb596735fe9 [FileCheck] Use ASSERT for fatal unit tests adds 1cb102cac9d [lldb] Fix enum value description adds 4287c95b08a [Remarks] String tables should be move-only adds 8b161bacf41 [SafeStack] Insert the deref before remaining elements adds 305ace7cc8e [AArch64] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS [...]
No new revisions were added by this update.
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 +- .../Target/AArch64/AArch64InstructionSelector.cpp | 1 + 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 +++++++++++----------- 17 files changed, 190 insertions(+), 160 deletions(-)