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 e5b2493947f Merging r373148: adds d1f4d6a4934 Merging r370547: new 186c848d84f Revert and patch "[Python] Remove readline module" new 6d7bc6033d7 [lldb] [Python] Build readline override module only on Linux
The 2 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: .../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