This is an automated email from the git hooks/post-receive script.
Diana Picus pushed a change to branch python in repository toolchain/llvm/linaro-scripts.
from 41f49b1 Collect live output from subprocesses new 37126b8 Add support for building LLVM
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: helpers/llvm-build | 19 +++--------- modules/llvm.py | 37 ++++++++++++++++++++++ scripts/llvm.py | 46 ++++++++++++++++++++++++++++ tests/cli/testllvmbuild.py | 61 +++++++++++++++++++++++++++++++++++++ tests/unittests/testbuildllvm.py | 66 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 215 insertions(+), 14 deletions(-) create mode 100644 tests/cli/testllvmbuild.py create mode 100644 tests/unittests/testbuildllvm.py