This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 1147753 Start libc++ python cleanup and consolidation. new ed80386 Move libcxx/test/libcxx python package into libcxx/utils/libcxx.
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: test/libcxx/test/__init__.py | 0 test/libcxx/util.py | 55 ----- test/lit.cfg | 2 +- {test => utils}/libcxx/compiler.py | 23 +- utils/libcxx/sym_check/extract.py | 5 +- utils/libcxx/sym_check/util.py | 61 +----- {test/libcxx => utils/libcxx/test}/__init__.py | 0 {test => utils}/libcxx/test/config.py | 13 +- {test => utils}/libcxx/test/executor.py | 3 +- {test => utils}/libcxx/test/format.py | 4 +- {test => utils}/libcxx/test/target_info.py | 1 - {test => utils}/libcxx/test/tracing.py | 0 utils/libcxx/util.py | 285 +++++++++++++++++++++++++ 13 files changed, 310 insertions(+), 142 deletions(-) delete mode 100644 test/libcxx/test/__init__.py delete mode 100644 test/libcxx/util.py rename {test => utils}/libcxx/compiler.py (93%) rename {test/libcxx => utils/libcxx/test}/__init__.py (100%) rename {test => utils}/libcxx/test/config.py (99%) rename {test => utils}/libcxx/test/executor.py (99%) rename {test => utils}/libcxx/test/format.py (99%) rename {test => utils}/libcxx/test/target_info.py (99%) rename {test => utils}/libcxx/test/tracing.py (100%) create mode 100644 utils/libcxx/util.py