OpenGroup specification doesn't require getpwuid and getpwnam
to be thread-safe. And musl libc has a not thread-safe implementation.
When building clang with musl, this can make clang-scan-deps crash.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo