MemorySanitizerPass function pass violatied requirement 4 of function
pass to do not insert globals. Msan nees to insert globals for origin
tracking, and paramereters tracking.
https://llvm.org/docs/WritingAnLLVMPass.html#the-functionpass-class
Differential D133336 Authored by vitalybuka on Sep 5 2022, 10:21 PM.
Tags
Details
Summary MemorySanitizerPass function pass violatied requirement 4 of function https://llvm.org/docs/WritingAnLLVMPass.html#the-functionpass-class
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptSep 5 2022, 10:21 PM This revision is now accepted and ready to land.Sep 6 2022, 2:24 PM Closed by commit rGe7bac3b9fa73: [msan] Convert Msan to ModulePass (authored by vitalybuka). · Explain WhySep 6 2022, 3:01 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 458096 |