[llvm][TextAPI] add driverkit as supported platform for older tbd
versions It looks like being able to write it was added, but missed the ability to read it.
This commit is contained in:
parent
7349084e7a
commit
e6cdb00315
|
@ -112,6 +112,7 @@ StringRef ScalarTraits<PlatformSet>::input(StringRef Scalar, void *IO,
|
|||
.Case("tvos", PLATFORM_TVOS)
|
||||
.Case("bridgeos", PLATFORM_BRIDGEOS)
|
||||
.Case("iosmac", PLATFORM_MACCATALYST)
|
||||
.Case("driverkit", PLATFORM_DRIVERKIT)
|
||||
.Default(PLATFORM_UNKNOWN);
|
||||
|
||||
if (Platform == PLATFORM_MACCATALYST)
|
||||
|
|
Loading…
Reference in New Issue