[PATCH] D52739: [PassManager/Sanitizer] Port of AddresSanitizer pass from legacy to new PassManager

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 8 11:50:21 PDT 2018


leonardchan added a comment.

In https://reviews.llvm.org/D52739#1257533, @philip.pfaffe wrote:

> See my latest comment. If there is no state to be kept, that state need not be on the exported interface.


My bad. I misinterpreted it. Removed the sanitizer as a member so it is created locally on new runs and readded `AddressSanitizer` and `AddressSanitizerModule` back to their anonymous namespaces.


Repository:
  rL LLVM

https://reviews.llvm.org/D52739





More information about the llvm-commits mailing list