This is an archive of the discontinued LLVM Phabricator instance.

Add PLATFORM driverkit
AbandonedPublic

Authored by tschuett on Jun 9 2020, 12:41 PM.

Details

Reviewers
compnerd
Summary

Add the PLATFORM_DRIVERKIT entry to the PlatformType enum in MachO.h

I have no commit access.

Diff Detail

Event Timeline

tschuett created this revision.Jun 9 2020, 12:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2020, 12:42 PM
tschuett edited the summary of this revision. (Show Details)Jun 9 2020, 12:42 PM
tschuett edited the summary of this revision. (Show Details)Jun 9 2020, 12:54 PM

I had this part of the change already :) This isn't the interesting part. This is missing the test cases and the remainder of the support needed to add driver kit. Just the enumerated value is of little value since none of the tooling really understands the value.

tschuett abandoned this revision.Jun 9 2020, 11:13 PM