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-next-allyesconfig in repository toolchain/ci/llvm-project.
from e5b2493947f Merging r373148: adds d1f4d6a4934 Merging r370547: adds 186c848d84f Revert and patch "[Python] Remove readline module" adds 6d7bc6033d7 [lldb] [Python] Build readline override module only on Linux adds c1d76f45b49 Merging r373216: adds 76817ab1e10 Merging r373219: adds 28c1f51f14f Merging r373220:
No new revisions were added by this update.
Summary of changes: .../ScriptInterpreter/Python/CMakeLists.txt | 1 + .../ScriptInterpreter/Python/PythonReadline.cpp | 80 ++++++++++++++++++++ .../ScriptInterpreter/Python/PythonReadline.h | 26 +++++++ .../Python/ScriptInterpreterPython.cpp | 17 +++++ llvm/include/llvm/CodeGen/StackProtector.h | 3 +- llvm/include/llvm/Transforms/Scalar/GVN.h | 2 + llvm/lib/CodeGen/StackProtector.cpp | 74 +++++++++++++++++- llvm/lib/Transforms/Scalar/GVN.cpp | 40 +++++++++- .../X86/stack-protector-2.ll} | 60 ++++++++++----- llvm/test/CodeGen/X86/stack-protector.ll | 4 +- llvm/test/Transforms/GVN/pr42605.ll | 87 ++++++++++++++++++++++ .../Transforms/StackProtector/X86/lit.local.cfg | 2 - llvm/tools/opt/opt.cpp | 1 - 13 files changed, 369 insertions(+), 28 deletions(-) create mode 100644 lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp create mode 100644 lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h rename llvm/test/{Transforms/StackProtector/X86/captures.ll => CodeGen/X86/stack-p [...] create mode 100644 llvm/test/Transforms/GVN/pr42605.ll delete mode 100644 llvm/test/Transforms/StackProtector/X86/lit.local.cfg