[PATCH] D131714: [compiler-rt][builtins] Add compiler flags to catch potential errors that can lead to security vulnerabilities
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 28 17:50:00 PDT 2022
ahatanak added a comment.
Fixed in f051c1ded40970169cda84b0966331ae7ad424ed <https://reviews.llvm.org/rGf051c1ded40970169cda84b0966331ae7ad424ed>. It looks like gcc, unlike clang, doesn't allow passing `-Werror=format-security` without passing `-format` too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131714/new/
https://reviews.llvm.org/D131714
More information about the cfe-commits
mailing list