[PATCH] D139395: Add CFI integer types normalization

Sami Tolvanen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 20 16:37:06 PST 2023


samitolvanen added a comment.

In D139395#4067391 <https://reviews.llvm.org/D139395#4067391>, @pcc wrote:

> I discussed this out of band with Ramon and we agreed that the new option should be marked as experimental because the rustc implementation is not yet finalized. I think that the criteria for removing the experimental marking should be that there is a full implementation of integer normalization for Rust (or some other language) that has been tested against a large codebase that uses FFI.

Sure, that makes sense.



================
Comment at: clang/docs/ControlFlowIntegrity.rst:241
+
+``-fsanitize-cfi--icall-experimental-normalize-integers``
+---------------------------------------------------------
----------------
An extra dash in the title.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139395



More information about the cfe-commits mailing list