File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ option(LIBCXXABI_ENABLE_PEDANTIC "Compile with pedantic enabled." OFF)
48
48
option (LIBCXXABI_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF )
49
49
option (LIBCXXABI_USE_LLVM_UNWINDER "Build and use the LLVM unwinder." ON )
50
50
if (LIBCXXABI_USE_LLVM_UNWINDER AND NOT "libunwind" IN_LIST LLVM_ENABLE_RUNTIMES )
51
- message (FATAL_ERROR "LIBCXXABI_USE_LLVM_UNWINDER is set to ON, but libuwnind is not specified in LLVM_ENABLE_RUNTIMES." )
51
+ message (FATAL_ERROR "LIBCXXABI_USE_LLVM_UNWINDER is set to ON, but libunwind is not specified in LLVM_ENABLE_RUNTIMES." )
52
52
endif ()
53
53
option (LIBCXXABI_ENABLE_STATIC_UNWINDER "Statically link the LLVM unwinder." OFF )
54
54
option (LIBCXXABI_USE_COMPILER_RT "Use compiler-rt instead of libgcc" OFF )
You can’t perform that action at this time.
0 commit comments