[PATCH] D59815: [Driver] Enable -fsanitize-address-globals-dead-stripping by default on PS4.

pierre gousseau via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 28 08:28:08 PDT 2019


pgousseau added a comment.

In D59815#1442868 <https://reviews.llvm.org/D59815#1442868>, @probinson wrote:

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


Repository:
  rC Clang

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

https://reviews.llvm.org/D59815





More information about the cfe-commits mailing list