Skip to content

Commit 49d9334

Browse files
authored
[libunwind][CMake] Remove LIBUNWIND_BUILD_32_BITS which has been an error for 3 years (#110175)
1 parent e511e2a commit 49d9334

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libunwind/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ include(CMakeDependentOption)
3131
include(HandleCompilerRT)
3232

3333
# Define options.
34-
option(LIBUNWIND_BUILD_32_BITS "Build 32 bit multilib libunwind. This option is not supported anymore when building the runtimes. Please specify a full triple instead." ${LLVM_BUILD_32_BITS})
35-
if (LIBUNWIND_BUILD_32_BITS)
36-
message(FATAL_ERROR "LIBUNWIND_BUILD_32_BITS is not supported anymore when building the runtimes, please specify a full triple instead.")
37-
endif()
38-
3934
option(LIBUNWIND_ENABLE_CET "Build libunwind with CET enabled." OFF)
4035
option(LIBUNWIND_ENABLE_GCS "Build libunwind with GCS enabled." OFF)
4136
option(LIBUNWIND_ENABLE_ASSERTIONS "Enable assertions independent of build mode." ON)

0 commit comments

Comments
 (0)