Skip to content

Commit 779a7b7

Browse files
authored
[Fuchsia] Re-enable libcxx timezone database (#65981)
1 parent 8012518 commit 779a7b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/cmake/caches/Fuchsia-stage2.cmake

-3
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ foreach(target aarch64-unknown-linux-gnu;armv7-unknown-linux-gnueabihf;i386-unkn
181181
set(RUNTIMES_${target}_LLVM_TOOLS_DIR "${CMAKE_BINARY_DIR}/bin" CACHE BOOL "")
182182
set(RUNTIMES_${target}_LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind" CACHE STRING "")
183183

184-
# TODO: Remove this once #65859 lands.
185-
set(RUNTIMES_${target}_LIBCXX_ENABLE_TIME_ZONE_DATABASE OFF CACHE STRING "")
186-
187184
# Use .build-id link.
188185
list(APPEND RUNTIME_BUILD_ID_LINK "${target}")
189186
endif()

0 commit comments

Comments
 (0)