This revision was automatically updated to reflect the committed changes.
Closed by commit rL332784: Do not enable RTTI with -fexceptions, for PS4
(authored by ssrivastava, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D46982?vs=14719
probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.
So on PS4, `-fsanitize=vptr` without an explicit `-frtti` will warn and disable
the sanitizer, rather than implicitly enabling RTTI. As well as exceptions no
longer implicitly enabling
Sunil_Srivastava created this revision.
Sunil_Srivastava added a reviewer: filcab.
Herald added a subscriber: cfe-commits.
NFC for targets other than PS4.
This patch is a change in behavior for PS4, in that PS4 will no longer enable
RTTI when -fexceptions is specified (RTTI and Exceptions are dis