[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 11 13:20:26 PDT 2018


philip.pfaffe added a comment.

You're right, my bad; I missed the fact that it's EP_OptimizerLast, which has no equivalent in the new PM. Your implementation is actually correct here.

Did you run your test in a debug build?


Repository:
  rC Clang

https://reviews.llvm.org/D52814





More information about the cfe-commits mailing list