This is an archive of the discontinued LLVM Phabricator instance.

[ASan] Removed unused AddressSanitizerPass functional pass.
ClosedPublic

Authored by kstoimenov on Feb 28 2022, 12:42 PM.

Details

Summary

This is a clean-up patch. The functional pass was rolled into the module pass in D112732.

Diff Detail

Event Timeline

kstoimenov created this revision.Feb 28 2022, 12:42 PM
kstoimenov requested review of this revision.Feb 28 2022, 12:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 28 2022, 12:42 PM

Removed asan-function-pipeline.

aeubanks accepted this revision.Feb 28 2022, 1:18 PM
This revision is now accepted and ready to land.Feb 28 2022, 1:18 PM

Removed some extra occurrences of asan-function-pipeline.

vitalybuka accepted this revision.Feb 28 2022, 4:17 PM
vitalybuka added inline comments.
llvm/test/Instrumentation/AddressSanitizer/str-nobuiltin.ll
3

maybe you can remove -pipeline thing as well
it was needed because of two passes (probably)

follow up patch is fine

This revision was landed with ongoing or failed builds.Feb 28 2022, 4:41 PM
This revision was automatically updated to reflect the committed changes.