[clang] [Fuchsia] Re-enable libcxx timezone database (PR #65981)

Alex Brachet via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 11 10:06:40 PDT 2023


https://github.com/abrachet created https://github.com/llvm/llvm-project/pull/65981:

None

>From 8e289774f65d49fbc3bfb11a0d51d9f706ed3ef2 Mon Sep 17 00:00:00 2001
From: Alex Brachet <abrachet at google.com>
Date: Mon, 11 Sep 2023 13:05:53 -0400
Subject: [PATCH] [Fuchsia] Re-enable libcxx timezone database

---
 clang/cmake/caches/Fuchsia-stage2.cmake | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/clang/cmake/caches/Fuchsia-stage2.cmake b/clang/cmake/caches/Fuchsia-stage2.cmake
index 10e5cacf51c4b7b..4890040b1b6a2b4 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()



More information about the cfe-commits mailing list