[PATCH] D116633: Add -fsanitize-address-param-retval to clang.

Kevin Athey via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 12 09:50:29 PST 2022


kda added a comment.

>>> 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` :)

I added some conflict tests here.
I added the CC1 tests to: https://reviews.llvm.org/D116701


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