[PATCH] D70162: Implement /driver, /driver:wdm and /driver:uponly

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 22:18:11 PST 2019


ruiu created this revision.
ruiu added a reviewer: thakis.
Herald added a project: LLVM.

This patch implements /driver, /driver:wdm and /driver:uponly as
described in https://docs.microsoft.com/en-us/cpp/build/reference/driver-windows-nt-kernel-mode-driver?view=vs-2019.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70162

Files:
  lld/COFF/Config.h
  lld/COFF/Driver.cpp
  lld/COFF/Options.td
  lld/COFF/Writer.cpp
  lld/test/COFF/driver-opt.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70162.229005.patch
Type: text/x-patch
Size: 6265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191113/1e4caf70/attachment.bin>


More information about the llvm-commits mailing list