Skip to content

Commit

Permalink
[libc++] Remove unused HAVE_LIBCXXABI variable from Android cache (#1…
Browse files Browse the repository at this point in the history
…11007)

This variable isn't used anymore in libc++'s build and hasn't been for a
few years, so this is likely a remnant of the past.
  • Loading branch information
ldionne authored Oct 8, 2024
1 parent 84088d3 commit 7e31eaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/cmake/caches/Android.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ set(CLANG_VENDOR Android CACHE STRING "")

set(CMAKE_BUILD_TYPE RELEASE CACHE STRING "")

set(HAVE_LIBCXXABI ON CACHE BOOL "")
set(LLVM_BUILD_TOOLS OFF CACHE BOOL "")
set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "")
set(LLVM_ENABLE_THREADS OFF CACHE BOOL "")
Expand Down

0 comments on commit 7e31eaa

Please sign in to comment.