You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libunwind/CMakeLists.txt
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,6 @@ include(CMakeDependentOption)
31
31
include(HandleCompilerRT)
32
32
33
33
# 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
-
39
34
option(LIBUNWIND_ENABLE_CET"Build libunwind with CET enabled."OFF)
40
35
option(LIBUNWIND_ENABLE_GCS"Build libunwind with GCS enabled."OFF)
41
36
option(LIBUNWIND_ENABLE_ASSERTIONS"Enable assertions independent of build mode."ON)
0 commit comments