We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8012518 commit 779a7b7Copy full SHA for 779a7b7
clang/cmake/caches/Fuchsia-stage2.cmake
@@ -181,9 +181,6 @@ foreach(target aarch64-unknown-linux-gnu;armv7-unknown-linux-gnueabihf;i386-unkn
181
set(RUNTIMES_${target}_LLVM_TOOLS_DIR "${CMAKE_BINARY_DIR}/bin" CACHE BOOL "")
182
set(RUNTIMES_${target}_LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind" CACHE STRING "")
183
184
- # TODO: Remove this once #65859 lands.
185
- set(RUNTIMES_${target}_LIBCXX_ENABLE_TIME_ZONE_DATABASE OFF CACHE STRING "")
186
-
187
# Use .build-id link.
188
list(APPEND RUNTIME_BUILD_ID_LINK "${target}")
189
endif()
0 commit comments