Skip to content

Commit 7e31eaa

Browse files
authoredOct 8, 2024
[libc++] Remove unused HAVE_LIBCXXABI variable from Android cache (#111007)
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.
1 parent 84088d3 commit 7e31eaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎clang/cmake/caches/Android.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ set(CLANG_VENDOR Android CACHE STRING "")
99

1010
set(CMAKE_BUILD_TYPE RELEASE CACHE STRING "")
1111

12-
set(HAVE_LIBCXXABI ON CACHE BOOL "")
1312
set(LLVM_BUILD_TOOLS OFF CACHE BOOL "")
1413
set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "")
1514
set(LLVM_ENABLE_THREADS OFF CACHE BOOL "")

0 commit comments

Comments
 (0)
Please sign in to comment.