This patch improves traceability of duplicated header files which end up in multiple pcms.
Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
Thanks for improving this Vassil. Where does in the output it shows up? I wonder if we should have those at the end given the huge amount of headers some modules might have.
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?
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.