This is an archive of the discontinued LLVM Phabricator instance.

[clang][ARM] Re-word PACBTI warning.
ClosedPublic

Authored by amilendra on Feb 7 2022, 11:09 AM.

Details

Summary

The original warning added in D115501 when pacbti is used with an
incompatible architecture was not exactly correct because it was
not really ignored and can affect codegen.

Therefore reword to say that the pacbti option is incompatible with
the given architecture.

Diff Detail

Event Timeline

amilendra created this revision.Feb 7 2022, 11:09 AM
amilendra requested review of this revision.Feb 7 2022, 11:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2022, 11:09 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
chill added inline comments.Feb 7 2022, 11:11 AM
clang/include/clang/Basic/DiagnosticCommonKinds.td
149

"is incompatible"

amilendra updated this revision to Diff 406780.Feb 8 2022, 5:25 AM

[clang][ARM] Re-word PACBTI warning.

Fix grammar error.

amilendra marked an inline comment as done.Feb 8 2022, 5:25 AM
chill accepted this revision.Feb 8 2022, 8:00 AM
This revision is now accepted and ready to land.Feb 8 2022, 8:00 AM
This revision was automatically updated to reflect the committed changes.