This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 240c36d Link lldb-mi only to the llvm components it uses new 122fe8f [Renderscript] Add commands for scriptgroup interaction.
The 1 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: .../RenderScriptRuntime/CMakeLists.txt | 1 + .../RenderScriptRuntime/RenderScriptRuntime.cpp | 349 ++++++++++++++++++++- .../RenderScriptRuntime/RenderScriptRuntime.h | 84 +++++ .../RenderScriptScriptGroup.cpp | 162 ++++++++++ .../RenderScriptRuntime/RenderScriptScriptGroup.h | 18 ++ 5 files changed, 610 insertions(+), 4 deletions(-) create mode 100644 source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime [...] create mode 100644 source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime [...]