[libcxx-commits] [libcxxabi] 923fef9 - [libc++abi] Remove unused LIBCXXABI_LIBCXX_INCLUDES CMake option (#111824)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 11 06:27:26 PDT 2024
Author: Louis Dionne
Date: 2024-10-11T09:27:22-04:00
New Revision: 923fef903853d61ccef39e8ac770693bf145207f
URL: https://github.com/llvm/llvm-project/commit/923fef903853d61ccef39e8ac770693bf145207f
DIFF: https://github.com/llvm/llvm-project/commit/923fef903853d61ccef39e8ac770693bf145207f.diff
LOG: [libc++abi] Remove unused LIBCXXABI_LIBCXX_INCLUDES CMake option (#111824)
This hasn't been used for several years, so it's effectively dead code
at this point.
Added:
Modified:
libcxxabi/CMakeLists.txt
Removed:
################################################################################
diff --git a/libcxxabi/CMakeLists.txt b/libcxxabi/CMakeLists.txt
index 43400c6e8d9af1..ac1ee69d5f11c9 100644
--- a/libcxxabi/CMakeLists.txt
+++ b/libcxxabi/CMakeLists.txt
@@ -131,11 +131,6 @@ if (NOT LIBCXXABI_ENABLE_SHARED AND NOT LIBCXXABI_ENABLE_STATIC)
message(FATAL_ERROR "libc++abi must be built as either a shared or static library.")
endif()
-# TODO: Remove this, which shouldn't be necessary since we know we're being built
-# side-by-side with libc++.
-set(LIBCXXABI_LIBCXX_INCLUDES "" CACHE PATH
- "Specify path to libc++ includes.")
-
set(LIBCXXABI_HERMETIC_STATIC_LIBRARY_DEFAULT OFF)
if (WIN32)
set(LIBCXXABI_HERMETIC_STATIC_LIBRARY_DEFAULT ON)
More information about the libcxx-commits
mailing list