[all-commits] [llvm/llvm-project] 99fc4a: [libcxx] Enable filesystem by default for mingw ta...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Fri Feb 19 15:09:46 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99fc4a65847a7020ae328e42a67e80cc29c1e762
https://github.com/llvm/llvm-project/commit/99fc4a65847a7020ae328e42a67e80cc29c1e762
Author: Martin Storsjö <martin at martin.st>
Date: 2021-02-20 (Sat, 20 Feb 2021)
Changed paths:
M libcxx/CMakeLists.txt
Log Message:
-----------
[libcxx] Enable filesystem by default for mingw targets
This feature can be built successfully for windows now. However,
the helper functions for __int128_t aren't available in MSVC
configurations, so don't enable it by default there yet. (See
https://reviews.llvm.org/D91139 for discussion on how to proceed
with things in MSVC environments.)
Differential Revision: https://reviews.llvm.org/D97075
More information about the All-commits
mailing list