[all-commits] [llvm/llvm-project] eef41e: [MachO] Add skeletal support for DriverKit platform

Jez Ng via All-commits all-commits at lists.llvm.org
Fri Aug 14 12:37:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: eef41efe0098814ba8445633c7bc6756d4228f8a
      https://github.com/llvm/llvm-project/commit/eef41efe0098814ba8445633c7bc6756d4228f8a
  Author: Greg McGary <gkm at fb.com>
  Date:   2020-08-14 (Fri, 14 Aug 2020)

  Changed paths:
    M llvm/include/llvm/BinaryFormat/MachO.h
    M llvm/include/llvm/Object/MachO.h
    M llvm/include/llvm/TextAPI/MachO/Platform.h
    M llvm/lib/MC/MCAsmStreamer.cpp
    M llvm/lib/MC/MCParser/DarwinAsmParser.cpp
    M llvm/lib/TextAPI/MachO/Platform.cpp
    M llvm/lib/TextAPI/MachO/Target.cpp
    M llvm/lib/TextAPI/MachO/TextStub.cpp
    M llvm/lib/TextAPI/MachO/TextStubCommon.cpp
    M llvm/unittests/TextAPI/TextStubV4Tests.cpp

  Log Message:
  -----------
  [MachO] Add skeletal support for DriverKit platform

Define the platform ID = 10, and simple mappings between platform ID & name.

Reviewed By: MaskRay, cishida

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


  Commit: 537f5483fe4e09c39ffd7ac837c00b50dd13d676
      https://github.com/llvm/llvm-project/commit/537f5483fe4e09c39ffd7ac837c00b50dd13d676
  Author: Greg McGary <gkm at fb.com>
  Date:   2020-08-14 (Fri, 14 Aug 2020)

  Changed paths:
    M lld/MachO/Writer.cpp
    M lld/test/MachO/headerpad.s
    A lld/test/MachO/lc-build-version.s
    M lld/test/MachO/local-got.s
    M lld/test/MachO/relocations.s

  Log Message:
  -----------
  [lld-macho] Emit load command LC_BUILD_VERSION

Reviewed By: int3

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


Compare: https://github.com/llvm/llvm-project/compare/36f524f454a8...537f5483fe4e


More information about the All-commits mailing list