This is an archive of the discontinued LLVM Phabricator instance.

[clang][driver][NFC] Add hasShadowCallStack to SanitizerArgs
ClosedPublic

Authored by paulkirth on Apr 11 2023, 10:04 AM.

Details

Summary

Currently, we can't check if ShadowCallStack is present in Args the same
way we handle other sanitizers. This is preparatory work for planned
driver changes to how we handle ShadowCallStack.

Diff Detail

Event Timeline

paulkirth created this revision.Apr 11 2023, 10:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2023, 10:04 AM
paulkirth requested review of this revision.Apr 11 2023, 10:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2023, 10:04 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
vitalybuka accepted this revision.Apr 12 2023, 10:13 AM
This revision is now accepted and ready to land.Apr 12 2023, 10:13 AM
This revision was landed with ongoing or failed builds.Apr 12 2023, 11:02 AM
This revision was automatically updated to reflect the committed changes.