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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits