llvm-project
452276ec - [libc] Fix missing errno include in fuzzer (#144132)

Commit
145 days ago
[libc] Fix missing errno include in fuzzer (#144132) The printf parser uses errno for setting up the %m conversion. It was presumably getting this include indirectly until a recent change. This patch adds a direct dependency to fix it.
Parents
Loading