[PATCH] D52814: [PassManager/Sanitizer] Enable usage of ported AddressSanitizer passes with -fsanitize=address

Philip Pfaffe via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 4 03:05:39 PDT 2018


philip.pfaffe added a comment.

Is this the right place in the pipeline to put the passes? The legacy PM inserts the asan passes at EP_OptimizerLast, why not do the same thing?


Repository:
  rC Clang

https://reviews.llvm.org/D52814





More information about the cfe-commits mailing list