[PATCH] D79445: [MSan] Pass MSan command line options under new pass manager

Vitaly Buka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 5 18:22:10 PDT 2020


vitalybuka requested changes to this revision.
vitalybuka added reviewers: eugenis, glider.
vitalybuka added a comment.
This revision now requires changes to proceed.

In D79445#2021502 <https://reviews.llvm.org/D79445#2021502>, @aeubanks wrote:

> 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?


Not sure about that.


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