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-stable-allmodconfig 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
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/Transforms/Scalar/GVN.h | 2 + llvm/lib/Transforms/Scalar/GVN.cpp | 40 +++++++++- llvm/test/Transforms/GVN/pr42605.ll | 87 ++++++++++++++++++++++ 7 files changed, 252 insertions(+), 1 deletion(-) create mode 100644 lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp create mode 100644 lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h create mode 100644 llvm/test/Transforms/GVN/pr42605.ll