Issue 96418
Summary [libunwind] build error for x86_64-windows-gnu target
Labels new issue
Assignees
Reporter trcrsired
    ```
-- Performing Test CXX_SUPPORTS_FNO_RTTI_FLAG - Failed
CMake Error at /home/cqwrteur/toolchains_build/llvm-project/libunwind/src/CMakeLists.txt:102 (message):
  Compiler doesn't support generation of unwind tables if exception support
  is disabled.  Building libunwind DSO with runtime dependency on C++ ABI
  library is not supported.


-- Configuring incomplete, errors occurred!
ninja: Entering directory `.'
```
```
if (LIBUNWIND_ENABLE_SHARED AND
    NOT (CXX_SUPPORTS_FNO_EXCEPTIONS_FLAG AND
 CXX_SUPPORTS_FUNWIND_TABLES_FLAG))
  message(FATAL_ERROR
 "Compiler doesn't support generation of unwind tables if exception "
 "support is disabled.  Building libunwind DSO with runtime dependency "
          "on C++ ABI library is not supported.")
endif()
```
This fatal_error is useless for that.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to