| Issue |
76588
|
| Summary |
LLVM does not build with libc++ built without threading support.
|
| Labels |
libc++
|
| Assignees |
|
| Reporter |
veluca93
|
As per title, if one builds `libc++` without threading support, the resulting `libc++` cannot then be used to build `llvm` (or other llvm projects).
This is also true if one passes `-DLLVM_ENABLE_THREADS=OFF` to the CMake build script.
The error messages are numerous, generally coming from unguarded usage of C++ thread primitives all over the codebase.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs