[PATCH] D118046: Add DriverKit support

Egor Zhdan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 07:37:56 PST 2022


egorzhdan created this revision.
egorzhdan added a reviewer: arphaman.
Herald added subscribers: dexonsmith, hiraditya.
egorzhdan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118046

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118046.402528.patch
Type: text/x-patch
Size: 10618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220124/68a8fd0d/attachment.bin>


More information about the llvm-commits mailing list