This is an archive of the discontinued LLVM Phabricator instance.

[Clang] follow-up D128745, use ClangABICompat15 instead of ClangABICompat14
ClosedPublic

Authored by ychen on Aug 22 2022, 2:43 PM.

Details

Summary

Since the patch missed release 15.x and will be included in release 16.x. Also, simplify related tests.

Diff Detail

Event Timeline

ychen created this revision.Aug 22 2022, 2:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 22 2022, 2:43 PM
ychen requested review of this revision.Aug 22 2022, 2:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 22 2022, 2:43 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
ychen retitled this revision from [Clang] follow-up D128745, use ClangABICompat15 instead of ClangABICompat14 Since the patch missed release 15.x and will be included in release 16.x. to [Clang] follow-up D128745, use ClangABICompat15 instead of ClangABICompat14.Aug 22 2022, 5:09 PM
ychen edited the summary of this revision. (Show Details)
aaron.ballman accepted this revision.Aug 23 2022, 7:22 AM

Good catch @royjacobson on the ABI version number needing to be bumped! LGTM

This revision is now accepted and ready to land.Aug 23 2022, 7:22 AM