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

2022-06-03 Thread Fangrui Song via Phabricator via cfe-commits
MaskRay added a comment. In D126672#3546782 , @Hahnfeld wrote: > In D126672#3546773 , @MaskRay wrote: > >> This needs a test. > > There are no tests for any of the other architectures. > >> Can Debian's riscv GCC

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

2022-06-03 Thread Jonas Hahnfeld via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG0d2186373f73: [Driver] Add multiarch path for RISC-V (authored by Hahnfeld). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126672/new/ https://reviews.llvm.

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

2022-06-01 Thread Jonas Hahnfeld via Phabricator via cfe-commits
Hahnfeld added a comment. In D126672#3546782 , @Hahnfeld wrote: > In D126672#3546773 , @MaskRay wrote: > >> This needs a test. > > There are no tests for any of the other architectures. @MaskRay is this ok to lan

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

2022-05-31 Thread Jonas Hahnfeld via Phabricator via cfe-commits
Hahnfeld added a comment. In 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 specif

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

2022-05-31 Thread Fangrui Song via Phabricator via cfe-commits
MaskRay added a comment. This needs a test. Can Debian's riscv GCC be fixed to use a normalized triple for library and include paths? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126672/new/ https://reviews.llvm.org/D126672

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

2022-05-30 Thread Sylvestre Ledru via Phabricator via cfe-commits
sylvestre.ledru accepted this revision. sylvestre.ledru added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126672/new/ https://reviews.llvm.org/D126672 _

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

2022-05-30 Thread Jonas Hahnfeld via Phabricator via cfe-commits
Hahnfeld created this revision. Hahnfeld added a reviewer: sylvestre.ledru. Herald added subscribers: sunshaoce, VincentWu, luke957, vkmr, luismarques, sameer.abuasal, s.egerton, Jim, PkmX, rogfer01, shiva0217, kito-cheng, simoncook, arichardson. Herald added a project: All. Hahnfeld requested re