[PATCH] D47118: [modules] Print input files when -module-file-info file switch is passed.
Bruno Cardoso Lopes via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 28 09:47:18 PDT 2018
bruno accepted this revision.
bruno added a comment.
This revision is now accepted and ready to land.
> It looks like the diagnostic options and few others were moved out from the control block in r297655 by Manman Ren. The header files are still part of the control block. The best I can do is buffer that information and print it out last. Is that what we want?
Your patch as is seems fine. We can go for the buffering the output later on if it proves hard to read.
Repository:
rC Clang
https://reviews.llvm.org/D47118
More information about the cfe-commits
mailing list