This is an archive of the discontinued LLVM Phabricator instance.

Add missing pass initialization
ClosedPublic

Authored by aeubanks on May 8 2020, 8:21 PM.

Details

Summary

This was preventing MemorySanitizerLegacyPass from appearing in --print-after-all.

Diff Detail

Event Timeline

aeubanks created this revision.May 8 2020, 8:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 8 2020, 8:21 PM
vitalybuka accepted this revision.May 9 2020, 12:41 AM

Thanks.
llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp as well?

This revision is now accepted and ready to land.May 9 2020, 12:41 AM
aeubanks updated this revision to Diff 263057.May 9 2020, 9:38 PM

Added to HWAddressSanitizer.cpp as well

This revision was automatically updated to reflect the committed changes.