aboutsummaryrefslogtreecommitdiff
path: root/clang/cmake
diff options
context:
space:
mode:
authorAlex Brachet <abrachet@google.com>2023-09-11 13:37:38 -0400
committerGitHub <noreply@github.com>2023-09-11 13:37:38 -0400
commit779a7b7fd72f1203e0fe945e76693fa41f366816 (patch)
treefa154f218e755a0ae7e515d74f27d1c3d58ee12f /clang/cmake
parent8012518f600bebaa4ed99a57d553eeea25c2d0c9 (diff)
downloadllvm-779a7b7fd72f1203e0fe945e76693fa41f366816.zip
llvm-779a7b7fd72f1203e0fe945e76693fa41f366816.tar.gz
llvm-779a7b7fd72f1203e0fe945e76693fa41f366816.tar.bz2
[Fuchsia] Re-enable libcxx timezone database (#65981)
Diffstat (limited to 'clang/cmake')
-rw-r--r--clang/cmake/caches/Fuchsia-stage2.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/cmake/caches/Fuchsia-stage2.cmake b/clang/cmake/caches/Fuchsia-stage2.cmake
index 10e5cac..4890040 100644
--- a/clang/cmake/caches/Fuchsia-stage2.cmake
+++ b/clang/cmake/caches/Fuchsia-stage2.cmake
@@ -181,9 +181,6 @@ foreach(target aarch64-unknown-linux-gnu;armv7-unknown-linux-gnueabihf;i386-unkn
set(RUNTIMES_${target}_LLVM_TOOLS_DIR "${CMAKE_BINARY_DIR}/bin" CACHE BOOL "")
set(RUNTIMES_${target}_LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind" CACHE STRING "")
- # TODO: Remove this once #65859 lands.
- set(RUNTIMES_${target}_LIBCXX_ENABLE_TIME_ZONE_DATABASE OFF CACHE STRING "")
-
# Use .build-id link.
list(APPEND RUNTIME_BUILD_ID_LINK "${target}")
endif()