Skip to content

Commit

Permalink
Toolchain: Enable std::filesystem support in libc++
Browse files Browse the repository at this point in the history
Now that the last missing function (`fchmodat(2)`) has been added to
LibC, libc++ compiles successfully with std::filesystem support enabled.
  • Loading branch information
BertalanD authored and awesomekling committed Jan 12, 2022
1 parent 182016d commit fbccf77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Toolchain/CMake/LLVMRuntimesConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ set(CMAKE_ASM_COMPILER_TARGET ${target_triple} CACHE STRING "")
set(CMAKE_C_FLAGS ${compiler_flags} CACHE STRING "")
set(CMAKE_CXX_FLAGS ${compiler_flags} CACHE STRING "")

set(LIBCXX_ENABLE_FILESYSTEM OFF CACHE BOOL "")
set(LIBCXX_USE_COMPILER_RT ON CACHE BOOL "")
set(LIBCXX_ENABLE_STATIC_ABI_LIBRARY ON CACHE BOOL "")
set(LIBCXX_INCLUDE_BENCHMARKS OFF CACHE BOOL "")
Expand Down

0 comments on commit fbccf77

Please sign in to comment.