This is an archive of the discontinued LLVM Phabricator instance.

[scudo][standalone] Restore GWP-ASan flag parsing
ClosedPublic

Authored by cryptoad on Jan 27 2021, 9:55 AM.

Details

Summary

With D92696, the Scudo Standalone GWP-ASan flag parsing was changed to
the new GWP-ASan optional one. We do not necessarily want this, as this
duplicates flag parsing code in Scudo Standalone when using the
GWP-ASan integration.

This CL reverts the changes within Scudo Standalone, and increases
MaxFlags to 20 as an additional option got us to the current max.

Diff Detail

Event Timeline

cryptoad created this revision.Jan 27 2021, 9:55 AM
cryptoad requested review of this revision.Jan 27 2021, 9:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2021, 9:55 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
hctim accepted this revision.Jan 27 2021, 11:42 AM
This revision is now accepted and ready to land.Jan 27 2021, 11:42 AM
mcgrathr accepted this revision.Jan 27 2021, 12:32 PM

lgtm. typo in the commit message: "additional"

cryptoad edited the summary of this revision. (Show Details)Jan 27 2021, 12:35 PM
This revision was landed with ongoing or failed builds.Jan 27 2021, 12:36 PM
This revision was automatically updated to reflect the committed changes.