[libcxx-commits] [libcxx] 5d14c7b - [libc++] NFC: Remove unused CMake option

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 3 11:48:13 PDT 2020


Author: Louis Dionne
Date: 2020-04-03T14:45:33-04:00
New Revision: 5d14c7b6d1fcc36062128e7019bae2dc8c28d4fe

URL: https://github.com/llvm/llvm-project/commit/5d14c7b6d1fcc36062128e7019bae2dc8c28d4fe
DIFF: https://github.com/llvm/llvm-project/commit/5d14c7b6d1fcc36062128e7019bae2dc8c28d4fe.diff

LOG: [libc++] NFC: Remove unused CMake option

That option seems to be a remnant that has now been replaced by the
LIBCXXABI_STATICALLY_LINK_UNWINDER_IN_SHARED_LIBRARY setting.

Fixes PR45347.

Added: 
    

Modified: 
    libcxx/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libcxx/CMakeLists.txt b/libcxx/CMakeLists.txt
index 81aba149f397..a4297002644f 100644
--- a/libcxx/CMakeLists.txt
+++ b/libcxx/CMakeLists.txt
@@ -207,7 +207,6 @@ option(LIBCXX_ENABLE_NEW_DELETE_DEFINITIONS
 # Build libc++abi with libunwind. We need this option to determine whether to
 # link with libunwind or libgcc_s while running the test cases.
 option(LIBCXXABI_USE_LLVM_UNWINDER "Build and use the LLVM unwinder." OFF)
-option(LIBCXXABI_ENABLE_STATIC_UNWINDER "Statically link the LLVM unwinder." OFF)
 
 # Target options --------------------------------------------------------------
 option(LIBCXX_BUILD_32_BITS "Build 32 bit libc++." ${LLVM_BUILD_32_BITS})


        


More information about the libcxx-commits mailing list