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

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


philip.pfaffe added a comment.

> Well, it will be a bit tricky to avoid moving the interfaces around, since AddressSanitizer contains quite a load of state

What kind of state is asan tracking that persists across functions or modules?


Repository:
  rL LLVM

https://reviews.llvm.org/D52739





More information about the llvm-commits mailing list