[PATCH] D54337: [ASan] Make AddressSanitizer a ModulePass
Philip Pfaffe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 10 01:18:34 PST 2018
philip.pfaffe added a comment.
Making this a module pass will cost us all the nice chaining and cache locality we get from a function pass. That will make the already slow instrumentation even more expensive. Do you see a way to keep this as a function pass?
Repository:
rL LLVM
https://reviews.llvm.org/D54337
More information about the llvm-commits
mailing list