[all-commits] [llvm/llvm-project] 3a1cb3: Add DriverKit support

Egor Zhdan via All-commits all-commits at lists.llvm.org
Tue Feb 22 05:43:07 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a1cb362370d223e09899d234726e15b52327b0e
      https://github.com/llvm/llvm-project/commit/3a1cb362370d223e09899d234726e15b52327b0e
  Author: Egor Zhdan <e_zhdan at apple.com>
  Date:   2022-02-22 (Tue, 22 Feb 2022)

  Changed paths:
    M llvm/include/llvm/ADT/Triple.h
    M llvm/include/llvm/Support/VersionTuple.h
    M llvm/lib/MC/MCParser/DarwinAsmParser.cpp
    M llvm/lib/MC/MCStreamer.cpp
    M llvm/lib/Support/Triple.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMSubtarget.h
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
    M llvm/test/MC/MachO/AArch64/arm-darwin-version-min-load-command.s
    M llvm/test/MC/MachO/darwin-version-min-load-command.s
    A llvm/test/MC/MachO/driverkit-sdk-version.ll
    M llvm/unittests/ADT/TripleTest.cpp

  Log Message:
  -----------
  Add DriverKit support

This patch is the first in a series of patches to upstream the support for Apple's DriverKit. Once complete, it will allow targeting DriverKit platform with Clang similarly to AppleClang.

This code was originally authored by JF Bastien.

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




More information about the All-commits mailing list