[PATCH] D54394: [WIP][NewPM] Port msan
Philip Pfaffe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 5 06:44:06 PST 2018
philip.pfaffe added a comment.
In D54394#1320028 <https://reviews.llvm.org/D54394#1320028>, @glider wrote:
> I think I'm missing some context here.
> What is the problem you are trying to solve?
>
> > msan as most sanitizers creates a new function to initialize itself, which function passes cannot do.
>
> Technically they can, at least now. Are there any upcoming changes to that?
They aren't allowed to in the new pass manager.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54394/new/
https://reviews.llvm.org/D54394
More information about the llvm-commits
mailing list