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-arm-next-allmodconfig in repository toolchain/ci/llvm-project.
from 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/lib/CodeGen/StackProtector.cpp | 74 ++++++++++++++++++-- .../X86/stack-protector-2.ll} | 60 +++++++++++----- llvm/test/CodeGen/X86/stack-protector.ll | 4 +- .../Transforms/StackProtector/X86/lit.local.cfg | 2 - llvm/tools/opt/opt.cpp | 1 - 10 files changed, 241 insertions(+), 27 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 [...] delete mode 100644 llvm/test/Transforms/StackProtector/X86/lit.local.cfg