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 5fec8b7 Add for_each_subproj in LLVMSourceConfig new 052b7d3 Add llvm.py configure
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 | 27 ++++++---- helpers/llvm-projs | 10 ++++ modules/llvm.py | 63 +++++++++++++++++++++++ modules/utils.py | 29 +++++++++++ scripts/llvm.py | 62 +++++++++++++++++++++++ tests/unittests/testllvmbuildconfig.py | 89 +++++++++++++++++++++++++++++++++ tests/unittests/testllvmsourceconfig.py | 5 ++ 7 files changed, 274 insertions(+), 11 deletions(-) create mode 100644 modules/utils.py create mode 100644 tests/unittests/testllvmbuildconfig.py