[PATCH] D79445: [MSan] Pass MSan command line options under new pass manager
Arthur Eubanks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 5 16:12:48 PDT 2020
aeubanks added a comment.
In D79445#2021311 <https://reviews.llvm.org/D79445#2021311>, @leonardchan wrote:
> In `addSanitizersAtO0`, could you make something similar to the `ASanPass` lambda for the MSan passes and also apply it when adding kernel MSan?
It ends up calling an extra `MPM.addPass(createModuleToFunctionPassAdaptor())` in the `KernelMemory` case, is that okay?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79445/new/
https://reviews.llvm.org/D79445
More information about the cfe-commits
mailing list