[libcxx-commits] [PATCH] D59152: [libc++] Build <filesystem> support as part of the dylib

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 8 13:36:26 PST 2019


ldionne created this revision.
ldionne added reviewers: mclow.lists, EricWF.
Herald added subscribers: libcxx-commits, jdoerfert, jfb, dexonsmith, jkorous, christof, mgorny.
Herald added a reviewer: serge-sans-paille.

This patch treats <filesystem> as a first-class citizen of the dylib,
like all other sub-libraries (e.g. <chrono>). As such, it also removes
all special handling for installing the filesystem library separately
or disabling part of the test suite from the lit command line.


Repository:
  rCXX libc++

https://reviews.llvm.org/D59152

Files:
  libcxx/CMakeLists.txt
  libcxx/benchmarks/CMakeLists.txt
  libcxx/docs/BuildingLibcxx.rst
  libcxx/docs/UsingLibcxx.rst
  libcxx/lib/CMakeLists.txt
  libcxx/lib/abi/CHANGELOG.TXT
  libcxx/lib/abi/x86_64-apple-darwin.v1.abilist
  libcxx/test/CMakeLists.txt
  libcxx/test/libcxx/input.output/filesystems/lit.local.cfg
  libcxx/test/lit.site.cfg.in
  libcxx/test/std/input.output/filesystems/lit.local.cfg
  libcxx/test/std/utilities/time/time.clock/time.clock.file/consistency.pass.cpp
  libcxx/test/std/utilities/time/time.clock/time.clock.file/now.pass.cpp
  libcxx/test/std/utilities/time/time.clock/time.clock.file/rep_signed.pass.cpp
  libcxx/utils/ci/macos-backdeployment.sh
  libcxx/utils/libcxx/test/config.py
  libcxx/utils/libcxx/test/target_info.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59152.189918.patch
Type: text/x-patch
Size: 35947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190308/41b59417/attachment-0001.bin>


More information about the libcxx-commits mailing list