This is an archive of the discontinued LLVM Phabricator instance.

[WindowsKernel]add Release build options
AbandonedPublic

Authored by Qfrost911 on Oct 20 2022, 10:35 PM.

Details

Reviewers
rnkovacs
shafik
Summary

Using "Release" options to build Windows NT Kernel Driver, the error will be raised.

lld-link : error : could not open '/RELEASE': no such file or directory

This patch add release options in Options.td to solve this problem.

Diff Detail

Event Timeline

Qfrost911 created this revision.Oct 20 2022, 10:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 20 2022, 10:35 PM
Qfrost911 requested review of this revision.Oct 20 2022, 10:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 20 2022, 10:35 PM

This flag do nothing. It is defined only for link.exe compatibility.

Harbormaster completed remote builds in B193424: Diff 469471.
Qfrost911 abandoned this revision.Oct 21 2022, 4:03 AM