Added mechanism to modularize for doing a compilation precheckto determine files that have comnpilation or dependency problems.A new -display-file-lists option use this to display lists of good fil
Added mechanism to modularize for doing a compilation precheckto determine files that have comnpilation or dependency problems.A new -display-file-lists option use this to display lists of good files(no compile errors), problem files, and a combined list withproblem files preceded by a '#'. The problem files list can beused in the module map generation assistant mode to excludeproblem files. The combined files list can be used during modulemap development. See added docs.llvm-svn: 241880
show more ...