[PATCH] D68391: [RISCV] Improve sysroot computation if no GCC install detected

Luís Marques via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 13 16:33:15 PDT 2019


luismarques added a comment.

This is indeed an issue that would be nice to fix, I've often been annoyed by clang just defaulting to the root when some misconfiguration occurs. I have to wonder though, this patch only changes the clang RISC-V toolchain driver, but the problem isn't specific to RISC-V. Couldn't this tweak be generalized and made to apply to multiple/all target drivers?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68391/new/

https://reviews.llvm.org/D68391





More information about the cfe-commits mailing list