Issue |
82197
|
Summary |
llvm-project/libcxx/src/exception.cpp:14:12: fatal error: 'cxxabi.h' file not found
|
Labels |
libc++
|
Assignees |
|
Reporter |
rudkx
|
I'm trying to build by configuring with cmake:
```
cmake -S llvm -B assert -G Ninja -DLLVM_ENABLE_PROJECTS="clang;mlir" -DLLVM_ENABLE_ASSERTIONS=ON -DCMAKE_BUILD_TYPE=Release
```
and then building:
```
cmake --build assert
```
and hitting:
```
llvm-project/libcxx/src/exception.cpp:14:12: fatal error: 'cxxabi.h' file not found
14 | # include <cxxabi.h>
| ^~~~~~~~~~
1 error generated.
```
I'm building on macOS using Xcode 15.2.
My repo is currently synced to `79709498eaa5`.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs