FreeBSD doesn't provide a crypt.h header but instead defines the functions
in unistd.h. Use __has_include() to handle that case.
Details
Details
- Reviewers
dim emaste vitalybuka - Group Reviewers
Restricted Project - Commits
- rG39d25064614f: Fix crypt.cpp sanitizer test on FreeBSD
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo