This is an archive of the discontinued LLVM Phabricator instance.

[LegacyPM] Remove DataFlowSanitizerLegacyPass
ClosedPublic

Authored by MaskRay on Apr 27 2022, 10:16 PM.

Details

Summary

Using the legacy PM for the optimization pipeline was deprecated in 13.0.0.
Following recent changes to remove non-core features of the legacy
PM/optimization pipeline, remove DataFlowSanitizerLegacyPass.

Diff Detail

Event Timeline

MaskRay created this revision.Apr 27 2022, 10:16 PM
Herald added a reviewer: ctetreau. · View Herald Transcript
Herald added a reviewer: ctetreau. · View Herald Transcript
Herald added a reviewer: ctetreau. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
MaskRay requested review of this revision.Apr 27 2022, 10:16 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 27 2022, 10:16 PM
MaskRay edited the summary of this revision. (Show Details)Apr 27 2022, 10:16 PM

Ah, I see. Seems that they need to migrate away.
The legacy passes for asan/msan/tsan have all been removed now...

Ah, I see. Seems that they need to migrate away.
The legacy passes for asan/msan/tsan have all been removed now...

The use has been removed by @aeubanks . I am pushing this patch.

This revision was not accepted when it landed; it landed in state Needs Review.Oct 25 2022, 10:55 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
vitalybuka reopened this revision.Nov 17 2022, 5:11 PM
vitalybuka accepted this revision.
This revision is now accepted and ready to land.Nov 17 2022, 5:11 PM
vitalybuka closed this revision.Nov 17 2022, 5:12 PM