[PATCH] D81413: lld: improve handling of `-platform_version`
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 12:41:36 PDT 2020
tschuett added a comment.
Neither PlatformType nor PlatformKind cover all cases of -platform_version, but TextAPI uses PlatformKind. There is no support for driverkit in TextAPI? Do you need a new enum and conversion functions?
The ld man page references <mach-o/loader.h> for the numeric values. PlatformType seems to be outdated. It is missing PLATFORM_DRIVERKIT = 10
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