[PATCH] D81413: lld: improve handling of `-platform_version`

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 09:19:39 PDT 2020


compnerd added a comment.

DriverKit was introduced in 10.15, so its not surprising that the LLVM enumeration for the object file format (`PLATFORM_TYPE`) does not contain the value yet.  AIUI, `PlatformType` is the loader representation (and is used in the object file format).  The values in the general purpose usage live outside of the loader (TAPI and dyld are separate code bases) but the `PlatformKind` enumeration mirrors the `PlatformType` enumeration.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81413/new/

https://reviews.llvm.org/D81413





More information about the llvm-commits mailing list