This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 3cc1daa7c [libc++] Speed up certain locale functions on Windows new 3b886a1ce [libc++] Build <filesystem> support as part of the dylib
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 | 3 - docs/BuildingLibcxx.rst | 12 -- docs/UsingLibcxx.rst | 20 ---- lib/CMakeLists.txt | 53 ++------- lib/abi/CHANGELOG.TXT | 124 +++++++++++++++++++++ lib/abi/x86_64-apple-darwin.v1.abilist | 71 ++++++++++++ test/CMakeLists.txt | 1 - test/libcxx/input.output/filesystems/lit.local.cfg | 3 - test/lit.site.cfg.in | 1 - test/std/input.output/filesystems/lit.local.cfg | 3 - .../time.clock.file/consistency.pass.cpp | 3 - .../time/time.clock/time.clock.file/now.pass.cpp | 3 - .../time.clock/time.clock.file/rep_signed.pass.cpp | 3 - utils/ci/macos-backdeployment.sh | 1 - utils/libcxx/test/config.py | 18 +-- utils/libcxx/test/target_info.py | 9 +- 17 files changed, 210 insertions(+), 135 deletions(-) delete mode 100644 test/libcxx/input.output/filesystems/lit.local.cfg delete mode 100644 test/std/input.output/filesystems/lit.local.cfg