[libcxx-commits] [PATCH] D61915: [libcxx] change dylib- XFAILs to UNSUPPORTED

Brian Cain via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 15 09:44:52 PDT 2019


bcain added a comment.

In D61915#1503235 <https://reviews.llvm.org/D61915#1503235>, @bcain wrote:

>


...

> Maybe the presence of the filesystem header is enough to get some of these tests to pass.  So maybe I should go ahead and change this patch to do that instead?

"do that" -- change the `include/CMakeLists.txt` to make the `filesystem` header installation conditional on `LIBCXX_ENABLE_FILESYSTEM`, I mean.


Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61915/new/

https://reviews.llvm.org/D61915





More information about the libcxx-commits mailing list