This is an archive of the discontinued LLVM Phabricator instance.

Remove support for 10.4 Tiger from AsmPrinter
ClosedPublic

Authored by gchatelet on Nov 25 2022, 5:48 AM.

Details

Summary

I stumbled on this while trying to tighten Alignment in MCStreamer (D138705).
From the wikipedia page, last release of MacOSX Tiger was released 15 years ago and is not supported anymore by Apple.

Relevant commit : https://github.com/llvm/llvm-project/commit/9f06f911d197577b80d208a167980833b4fb9ad5#diff-17b326b45ef392288420bed274616afa7df81b27576c96723b3c25f5198dc398

Diff Detail

Event Timeline

gchatelet created this revision.Nov 25 2022, 5:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 25 2022, 5:48 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
gchatelet requested review of this revision.Nov 25 2022, 5:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 25 2022, 5:48 AM
lattner accepted this revision.Nov 25 2022, 5:38 PM

Nice, seems overdue. Tiger (10.4.10) was the first release to ship LLVM as part of the OS, so special memories there :-). Thanks for cleaning this up!

This revision is now accepted and ready to land.Nov 25 2022, 5:38 PM

rebase and fix formatting

Nice, seems overdue. Tiger (10.4.10) was the first release to ship LLVM as part of the OS, so special memories there :-). Thanks for cleaning this up!

🙂

This revision was landed with ongoing or failed builds.Nov 28 2022, 12:34 AM
This revision was automatically updated to reflect the committed changes.