Hmm, still pondering if there is a better way, but generally this is close. One specific comment below.
================ Comment at: lib/Driver/ToolChains.h:505 @@ -501,2 +504,3 @@ std::vector<std::string> ExtraOpts; + bool SanitizerHasZeroBaseShadow; ---------------- This doesn't make a huge amount of sense to me... Maybe it would be clearer to call it IsPIEDefault? In particular, it represents both whether there is a sanitizer enabled and whether it is zero-based... http://llvm-reviews.chandlerc.com/D502 BRANCH imply-pie ARCANIST PROJECT clang _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
