This is an archive of the discontinued LLVM Phabricator instance.

[DFSan] Don't crash with the legacy pass manager
ClosedPublic

Authored by bkramer on Sep 12 2022, 3:58 AM.

Details

Summary

TargetLibraryInfo isn't optional, so we have to provide it even with the
lageacy stuff. Ideally we wouldn't need it anymore but there are still
users out there that are stuck on the legacy PM.

Diff Detail

Event Timeline

bkramer created this revision.Sep 12 2022, 3:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 12 2022, 3:58 AM
bkramer requested review of this revision.Sep 12 2022, 3:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 12 2022, 3:58 AM
browneee accepted this revision.Sep 12 2022, 10:07 AM
This revision is now accepted and ready to land.Sep 12 2022, 10:07 AM
This revision was landed with ongoing or failed builds.Sep 12 2022, 10:12 AM
This revision was automatically updated to reflect the committed changes.