[PATCH] D128625: [RISCV][Driver] Fix baremetal `GCCInstallation` paths

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 29 19:46:48 PDT 2022


MaskRay added a comment.

The description seems unclear to me. Is a `riscv64-unknown-linux-gnu` GCC installation selected while the requested target triple is `riscv64-unknown-elf`?
This could be an instance of https://discourse.llvm.org/t/rfc-fix-loose-behaviors-of-clang-target/60272 (`[RFC] Fix loose behaviors of Clang –target=`) and the right fix may be somewhere upper level.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128625



More information about the cfe-commits mailing list