This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Enable -fsanitize-address-globals-dead-stripping by default on PS4.
ClosedPublic

Authored by pgousseau on Mar 26 2019, 5:03 AM.

Diff Detail

Repository
rC Clang

Event Timeline

pgousseau created this revision.Mar 26 2019, 5:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 26 2019, 5:03 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

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.

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.

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...

This revision is now accepted and ready to land.Mar 29 2019, 7:11 AM
This revision was automatically updated to reflect the committed changes.