kito-cheng added a comment. > This still doesn't report that the multilib configuration came from GCC when > it succeeds, does it? I suppose that's not a deal-breaker, but it would be > nice to have. Would it be difficult to implement?
There is some order issue is those function are executed before printing clang version info like `clang version 13.0.0 (g...@github.com:llvm/llvm-project.git 95cd87efe65d5c485670dd1281bf44dd0bff753d)...`, some script might parse that, so I don't like to disrupt that, but I guess I could try to append verbose messages into `MultilibErrorMessages` and rename that to `MultilibVerboseMessages`. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D97916/new/ https://reviews.llvm.org/D97916 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits