This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 3fef7d3e9 Reflow a multi-line string and add a newline new c2e2b7456 Rewrite pexpect-based test in LIT/FileCheck.
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: lit/Driver/Inputs/convenience.in | 9 ++ lit/Driver/Inputs/hello.c | 5 + lit/Driver/TestConvenienceVariables.test | 22 +++++ .../functionalities/embedded_interpreter/Makefile | 5 - .../TestConvenienceVariables.py | 108 --------------------- .../functionalities/embedded_interpreter/main.c | 6 -- 6 files changed, 36 insertions(+), 119 deletions(-) create mode 100644 lit/Driver/Inputs/convenience.in create mode 100644 lit/Driver/Inputs/hello.c create mode 100644 lit/Driver/TestConvenienceVariables.test delete mode 100644 packages/Python/lldbsuite/test/functionalities/embedded_interpr [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/embedded_interpr [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/embedded_interpr [...]