[PATCH] D44774: [Driver] Allow use of -fsyntax-only together with -MJ

David Stenberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 26 07:22:23 PDT 2018


dstenb added a comment.

Downstream we use -MJ in a bit of an idiosyncratic way, as we're in a transition period where we, for a subset of the code base, only use the clang frontend for diagnostics, and not for the code generation. However, if you don't think that using -fsyntax-only and -MJ makes sense in any upstream application, I'll drop from this change. I'm leaving the assertion as-is.


Repository:
  rC Clang

https://reviews.llvm.org/D44774





More information about the cfe-commits mailing list