sanitizer=cfi does not work with Clto=thin ? #111183
Labels
A-sanitizers
Area: Sanitizers for correctness and code quality
C-bug
Category: This is a bug.
PG-exploit-mitigations
Project group: Exploit mitigations
rustc src/main.rs -Zsanitizer=cfi -Zsanitizer-cfi-normalize-integers
so I tried thin:
rustc src/main.rs -Zsanitizer=cfi -Zsanitizer-cfi-normalize-integers -Clto=thin
but this does not work?
The text was updated successfully, but these errors were encountered: