[PATCH] D158614: [UBSan] Disable the function sanitizer on an execute-only target.

Simon Tatham via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 23 08:07:49 PDT 2023


simon_tatham added a comment.

I think this is also true of `-fsanitize=kcfi`, isn't it? That also works by writing a cookie just before the function entry point. If we're diagnosing incompatibilities with execute-only, then perhaps we should do it for both.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158614



More information about the cfe-commits mailing list