[PATCH] D97916: [Driver][RISCV] Support parsing multi-lib config from GCC.

Kito Cheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 16 20:46:07 PDT 2021


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 (git at 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



More information about the cfe-commits mailing list