Can be safely enabled on PS4.
Details
Details
- Reviewers
probinson filcab gbedwell rsmith wristow - Commits
- rG0b9527119f7e: [Driver] Enable -fsanitize-address-globals-dead-stripping by default on PS4.
rL357480: [Driver] Enable -fsanitize-address-globals-dead-stripping by default on PS4.
rC357480: [Driver] Enable -fsanitize-address-globals-dead-stripping by default on PS4.
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
This is fine for PS4, I'm just curious whether anyone knows if there's a predicate that means something like "target does not use GNU tools" so we don't have to itemize Fuschia and PS4 this way.
Comment Actions
It seems if there was such method it would be in Toolchain.h but I cant seem to find one... This is to workaround a bug though so I am not sure there are nicer solutions...