[PATCH] D116633: Add -fsanitize-address-param-retval to clang.
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 11 20:02:16 PST 2022
MaskRay added a comment.
In D116633#3236352 <https://reviews.llvm.org/D116633#3236352>, @kda wrote:
> In D116633#3226228 <https://reviews.llvm.org/D116633#3226228>, @MaskRay wrote:
>
>> This needs a clang/test/Driver test to show that `%clang -fsanitize-memory-param-retval` translates to CC1 `-fsanitize-memory-param-retval`.
>
> Could you point me to an example?
`test/Driver/fpatchable-function-entry.c` `test/Driver/fbinutils-version.c` :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116633/new/
https://reviews.llvm.org/D116633
More information about the cfe-commits
mailing list