[PATCH] D126672: [Driver] Add multiarch path for RISC-V

Jonas Hahnfeld via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 31 00:42:38 PDT 2022


Hahnfeld added a comment.

In D126672#3546773 <https://reviews.llvm.org/D126672#3546773>, @MaskRay wrote:

> This needs a test.

There are no tests for any of the other architectures.

> Can Debian's riscv GCC be fixed to use a normalized triple for library and include paths?

This is not specific to RISC-V. As you can see by all the other `case`s, Clang's target triple is actually not normalized wrt to distro layout.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126672



More information about the cfe-commits mailing list