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 9fde516032d [lldb/Test] Replace assertTrue with more specific checks (NFC) adds 8a2e2a6a2bd [llvm] Fix refactoring bug introduced in D79042 adds 61f73f893c1 llvm/test: Check in suppressions file left out of f26823c9d adds e0c15542740 Revert "[GlobalISel][InlineAsm] Add early return for memory [...] adds 592303a53e6 [Fuchsia] Do not enable the Z3 solver for a fuchsia toolchain adds da52aa2c334 [LICM] When promoting loads to the preheader, drop the location. adds 5df55bc7a46 [FileCheck] Fix isalpha/isalnum calls adds bf02bcffcfd [lldb/Test] Modify more tests for API replay adds 85725a67c74 [Flang][OpenMP] Avoid abort when collapse clause value is negative adds dad2e92eaf5 Temporarily Revert "[Support] Make UniqueStringSaver wrap a [...] adds aedb6615a8d [MachineVerifier] Use the for_range loop to instead llvm::any_of adds 940d949435e Speculative fix for build breakage from D78403
No new revisions were added by this update.
Summary of changes: clang/cmake/caches/Fuchsia-stage2.cmake | 1 + flang/lib/Semantics/resolve-names.cpp | 20 +-- flang/test/Semantics/omp-clause-validity01.f90 | 9 ++ .../Python/lldbsuite/test/configuration.py | 11 +- .../attach/attach_denied/TestAttachDenied.py | 1 + .../command/TestWatchpointCommandPython.py | 1 + .../TestBreakpointSetRestart.py | 1 + .../breakpoint/objc/TestObjCBreakpoints.py | 4 + llvm/include/llvm/Support/StringSaver.h | 8 +- llvm/lib/Analysis/InlineAdvisor.cpp | 14 +- llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp | 6 - llvm/lib/CodeGen/MachineVerifier.cpp | 12 +- llvm/lib/Support/FileCheck.cpp | 6 +- llvm/lib/Support/StringSaver.cpp | 5 +- llvm/lib/Transforms/Scalar/LICM.cpp | 2 +- .../CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 9 -- llvm/test/FileCheck/bad-char.txt | 42 +++++ .../Transforms/LICM/hoisting-preheader-debugloc.ll | 174 +++++++++++++++++++++ .../tools/dsymutil/{X86 => ARM}/suppressions.txt | 0 llvm/tools/llc/CMakeLists.txt | 1 + llvm/tools/opt/CMakeLists.txt | 1 + 21 files changed, 285 insertions(+), 43 deletions(-) create mode 100644 llvm/test/FileCheck/bad-char.txt create mode 100644 llvm/test/Transforms/LICM/hoisting-preheader-debugloc.ll copy llvm/test/tools/dsymutil/{X86 => ARM}/suppressions.txt (100%)