[PATCH] D34304: Allow CompilerInvocations to generate .d files.

Manuel Klimek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 19 01:12:10 PDT 2017


klimek added a comment.

I think a better way might be to generally leave dependency options alone, add a default argument adapter to filter out all deps related flags, and allow users to add their own argument adapters that don't do that.


https://reviews.llvm.org/D34304





More information about the cfe-commits mailing list