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-lts-defconfig in repository toolchain/ci/llvm-project.
from 62a16ca77d6 Merging r373655: adds 9b2d207cf4b [lldb] Fix readline/libedit compat patch for py2 new 19c735edfb7 Merging r372835: new 28f6aac1c10 [CMake] Fix LLVM build non-determinism on RHEL new 7fc9f129f80 Merging r372281: new af5faf8909f [x86] avoid crashing when splitting AVX stores with non-sim [...] new bead8bf31fb Merging r371548: new e99a087fff6 Merging r373389:
The 6 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: 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