[PATCH] D52739: [PassManager/Sanitizer] Port of AddresSanitizer pass from legacy to new PassManager
Fedor Sergeev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 2 06:04:35 PDT 2018
fedor.sergeev added inline comments.
================
Comment at: include/llvm/IR/AddressSanitizerPass.h:23
+
+class AddressSanitizerWrapper;
+class AddressSanitizerModuleWrapper;
----------------
I dont believe you need any extra wrappers in addition to AddressSanitizer*Pass ones.
Just use class AddressSanitizer/AddresSanitizerModule here.
Repository:
rL LLVM
https://reviews.llvm.org/D52739
More information about the llvm-commits
mailing list