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-release-aarch64-mainline-allmodconfig in repository toolchain/ci/llvm-project.
from 62a16ca77d6 Merging r373655: adds 9b2d207cf4b [lldb] Fix readline/libedit compat patch for py2 adds 19c735edfb7 Merging r372835: adds 28f6aac1c10 [CMake] Fix LLVM build non-determinism on RHEL adds 7fc9f129f80 Merging r372281: adds af5faf8909f [x86] avoid crashing when splitting AVX stores with non-sim [...] adds bead8bf31fb Merging r371548: adds e99a087fff6 Merging r373389:
No new revisions were added by this update.
Summary of changes: clang/include/clang/CodeGen/CGFunctionInfo.h | 10 ++++------ clang/lib/CodeGen/CGExpr.cpp | 5 +++++ clang/test/OpenMP/constexpr_partial_array.cpp | 10 ++++++++++ lldb/scripts/CMakeLists.txt | 21 +++++++++++--------- lldb/scripts/get_relative_lib_dir.py | 2 +- .../ScriptInterpreter/Python/PythonReadline.cpp | 10 +++++++++- llvm/cmake/modules/HandleLLVMOptions.cmake | 22 +++++++++++++++++++++ llvm/lib/Target/X86/X86ISelLowering.cpp | 8 +++++--- .../Instrumentation/AddressSanitizer.cpp | 4 ++-- llvm/test/CodeGen/X86/avx-load-store.ll | 23 ++++++++++++++++++++++ 10 files changed, 93 insertions(+), 22 deletions(-) create mode 100644 clang/test/OpenMP/constexpr_partial_array.cpp