[all-commits] [llvm/llvm-project] f5dd9d: Remove support for 10.4 Tiger from AsmPrinter

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Mon Nov 28 00:34:16 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f5dd9dda63d14323dca56b634c968ca9b1b5a686
      https://github.com/llvm/llvm-project/commit/f5dd9dda63d14323dca56b634c968ca9b1b5a686
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-11-28 (Mon, 28 Nov 2022)

  Changed paths:
    M llvm/include/llvm/MC/MCObjectFileInfo.h
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp

  Log Message:
  -----------
  Remove support for 10.4 Tiger from AsmPrinter

I stumbled on this while trying to tighten Alignment in MCStreamer (D138705).
>From the [wikipedia page](https://en.wikipedia.org/wiki/Mac_OS_X_Tiger), 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

Differential Revision: https://reviews.llvm.org/D138707




More information about the All-commits mailing list