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

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 12 16:28:59 PDT 2018


leonardchan added a comment.

In https://reviews.llvm.org/D52814#1262550, @philip.pfaffe wrote:

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


Yes, and I tested it on release also in case there were any differences between either builds.


Repository:
  rC Clang

https://reviews.llvm.org/D52814





More information about the cfe-commits mailing list