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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 21:03:16 PST 2019


ruiu marked 2 inline comments as done.
ruiu added inline comments.


================
Comment at: lld/test/COFF/driver-opt.s:20
+# RUN: rm -f %t.dir/foo.sys
+# RUN: cd %t.dir; lld-link /driver:wdm foo.obj
+# RUN: llvm-readobj --file-headers %t.dir/foo.sys | FileCheck -check-prefix=WDM %s
----------------
thakis wrote:
> What does link.exe say to `/driver:uponly,wdm` ?
link.exe handles it as /driver:uponly and /drivedr:wdm, so I implemented the same behavior.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70162/new/

https://reviews.llvm.org/D70162





More information about the llvm-commits mailing list