This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from eabc47899 [libcxx] [test] Fix running tests on macOS with python3 new b124ade49 Rename cxx-benchmark-unittests target and convert to LIT.
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: CMakeLists.txt | 17 +++++ benchmarks/CMakeLists.txt | 29 +++++---- benchmarks/lit.cfg.py | 23 +++++++ benchmarks/lit.site.cfg.py.in | 10 +++ docs/BuildingLibcxx.rst | 9 +++ test/CMakeLists.txt | 13 +--- utils/libcxx/test/googlebenchmark.py | 122 +++++++++++++++++++++++++++++++++++ 7 files changed, 201 insertions(+), 22 deletions(-) create mode 100644 benchmarks/lit.cfg.py create mode 100644 benchmarks/lit.site.cfg.py.in create mode 100644 utils/libcxx/test/googlebenchmark.py