[PATCH] D65430: Add `--dependency-files` option, which is equivalent to compiler option -MD.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 05:38:51 PDT 2019


ruiu added a comment.

As to post-process `-verbose` output, I think that that is too fragile to depend on, as `-verbose` is mainly for inspection and debugging. Any arbitrary output may be added to the `-verbose` output that can confuse post-process scripts. I also don't want to recommend users post-process `-verbose` output because of the same reason -- if people rely on the current `-verbose` output too much, any change to the file may break scripts in the wild which could prevent us from adding new messages there.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65430





More information about the llvm-commits mailing list