[PATCH] D112732: [ASan] Process functions in Asan module pass

Vitaly Buka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 4 11:50:08 PDT 2021


vitalybuka added a comment.

In D112732#3107387 <https://reviews.llvm.org/D112732#3107387>, @aeubanks wrote:

> can we rename "asan-module" to "asan" after this change? and remove the extra "asan-pipeline"/"asan-function-pipeline" parsing callbacks in NewPMDriver.cpp? and previously we had `-passes=require<asan-globals-md>` because a function pass couldn't invoke a module analysis, but that's no longer relevant, so cleaning those up from RUN lines would also be good

That was idea, but I changed my mind and recommended to do that in a separate patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112732/new/

https://reviews.llvm.org/D112732



More information about the cfe-commits mailing list