[all-commits] [llvm/llvm-project] 5c835e: [lld][MachO] Add support for LC_VERSION_MIN_* load...

Alexander Shaposhnikov via All-commits all-commits at lists.llvm.org
Wed Apr 21 05:59:40 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c835e1ae5e177591ddb64be3f6a473ef6bfa4bb
      https://github.com/llvm/llvm-project/commit/5c835e1ae5e177591ddb64be3f6a473ef6bfa4bb
  Author: Alexander Shaposhnikov <alexshap at fb.com>
  Date:   2021-04-21 (Wed, 21 Apr 2021)

  Changed paths:
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    M lld/MachO/InputFiles.cpp
    M lld/MachO/InputFiles.h
    M lld/MachO/LTO.cpp
    M lld/MachO/MapFile.cpp
    M lld/MachO/OutputSegment.cpp
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/Writer.cpp
    M lld/test/MachO/lc-build-version.s
    M lld/test/MachO/load-command-sequence.s
    M lld/test/MachO/local-got.s
    M lld/test/MachO/x86-64-relocs.s

  Log Message:
  -----------
  [lld][MachO] Add support for LC_VERSION_MIN_* load commands

This diff adds initial support for the legacy LC_VERSION_MIN_* load commands.

Test plan: make check-lld-macho

Differential revision: https://reviews.llvm.org/D100523




More information about the All-commits mailing list