Skip to content

Commit 5d14c7b

Browse files
committed
[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.
1 parent 2c7ea1c commit 5d14c7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ option(LIBCXX_ENABLE_NEW_DELETE_DEFINITIONS
207207
# Build libc++abi with libunwind. We need this option to determine whether to
208208
# link with libunwind or libgcc_s while running the test cases.
209209
option(LIBCXXABI_USE_LLVM_UNWINDER "Build and use the LLVM unwinder." OFF)
210-
option(LIBCXXABI_ENABLE_STATIC_UNWINDER "Statically link the LLVM unwinder." OFF)
211210

212211
# Target options --------------------------------------------------------------
213212
option(LIBCXX_BUILD_32_BITS "Build 32 bit libc++." ${LLVM_BUILD_32_BITS})

0 commit comments

Comments
 (0)