[PATCH] D104491: [Docs][Clang][Attr] mark no_stack_protector+no_sanitize GCC compatible

Marco Elver via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 18 01:27:04 PDT 2021


melver accepted this revision.
melver added a comment.
This revision is now accepted and ready to land.

There might be subtle inconsistencies between values accepted by our no_sanitize and GCC's no_sanitize, because of internal naming differences, but I couldn't say what those are right now (I think `no_sanitize("coverage")` only works with Clang, and GCC wants `no_sanitize_coverage` which we don't have due to not allowing new `no_sanitize_*`).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104491/new/

https://reviews.llvm.org/D104491



More information about the cfe-commits mailing list