[PATCH] D139168: [C++20] [Modules] [ClangScanDeps] Enable to print make-style dependency file within P1689 format (4/4)

Ben Boeckel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 6 18:08:29 PST 2023


ben.boeckel added a comment.

In D139168#4030425 <https://reviews.llvm.org/D139168#4030425>, @ChuanqiXu wrote:

> BTW, if you are interested, it should be possible to use clang-scan-deps to get the make-style format information.

I want a *single* depfile for *anything* scanned by the `clang-scan-deps` invocation, not one per TU scanned. Also note that the `-MT` is the output of `clang-scan-deps`; in this case, the `.ddi` file that contains P1689 <https://reviews.llvm.org/P1689> content. I think it'd be *very* weird to have `clang-scan-deps -p1689-output=out.ddi -- clang -MF blah.d -MT out.ddi`.


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

https://reviews.llvm.org/D139168



More information about the cfe-commits mailing list