Issue 61488
Summary The default build in libc++ documentation fails on macOS
Labels new issue
Assignees
Reporter rnikander
    I'm trying to follow the instructions here: https://libcxx.llvm.org/BuildingLibcxx.html

The first section is called "The default build". The command fails for me. Maybe the documentation needs to be updated.

```text
% cmake -G Ninja -S runtimes -B build -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind"
...
...
CMake Error at /Users/rob/Dev/llvm-project/libunwind/src/CMakeLists.txt:109 (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.
```

I'm on macOS Ventura 13.2.1. 


_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to