[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 03:47:50 PST 2019


ruiu added a comment.

In D70162#1743489 <https://reviews.llvm.org/D70162#1743489>, @thakis wrote:

> Looks good, some suggestions on additional things that might be interesting to check below.
>
> Did someone ask for this, or is this just for fun / completeness? (Either's fine of course, just curious)


I wanted to add a warning for /driver for https://bugs.llvm.org/show_bug.cgi?id=43911
and then realized that /driver is not actually implemented. So this option may not be
something that people are actively using, but as long as we are going to print out a
warning message recommending /driver, I needed to implement the option.


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