Skip to content

Commit

Permalink
[cmake] Allow std::filesystem tests in CrossWinToARMLinux.cmake
Browse files Browse the repository at this point in the history
Now that https://reviews.llvm.org/D78200 has landed, there should be
no problem with those tests. If there is, it is OK to revert this.
  • Loading branch information
broadwaylamb committed May 5, 2020
1 parent a4286fc commit 67175d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clang/cmake/caches/CrossWinToARMLinux.cmake
Expand Up @@ -89,9 +89,6 @@ set(LIBCXXABI_LINK_TESTS_WITH_SHARED_LIBCXX OFF CACHE BOOL "")
set(LIBCXX_LINK_TESTS_WITH_SHARED_LIBCXXABI OFF CACHE BOOL "")
set(LIBCXX_LINK_TESTS_WITH_SHARED_LIBCXX OFF CACHE BOOL "")

# FIXME: Remove this when https://reviews.llvm.org/D78200 is merged.
set(LIBCXX_ENABLE_FILESYSTEM OFF CACHE BOOL "")

set(LIBCXX_USE_COMPILER_RT ON CACHE BOOL "")
set(LIBCXX_TARGET_TRIPLE "${CMAKE_C_COMPILER_TARGET}" CACHE STRING "")
set(LIBCXX_SYSROOT "${DEFAULT_SYSROOT}" CACHE STRING "")
Expand Down

0 comments on commit 67175d8

Please sign in to comment.