This is an archive of the discontinued LLVM Phabricator instance.

[ARM][AArch64] Change -mharden-sls= to use err_drv_unsupported_option_argument
ClosedPublic

Authored by MaskRay on May 26 2022, 5:34 PM.

Details

Summary

Update the diagnostic in D81404: the convention is to use
err_drv_unsupported_option_argument instead of adding a new diagnostic for every
option.

Diff Detail

Event Timeline

MaskRay created this revision.May 26 2022, 5:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 26 2022, 5:34 PM
Herald added a subscriber: StephenFan. · View Herald Transcript
MaskRay requested review of this revision.May 26 2022, 5:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 26 2022, 5:34 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

This is also fine to me. I'll rebase on it if @nickdesaulniers accept this.

nickdesaulniers accepted this revision.May 27 2022, 10:18 AM
This revision is now accepted and ready to land.May 27 2022, 10:18 AM
This revision was landed with ongoing or failed builds.May 27 2022, 10:03 PM
This revision was automatically updated to reflect the committed changes.