[PATCH] D110514: MIPS: Triple::setArch as R6 if MipsSubArch_r6

YunQiang Su via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 20 09:06:19 PDT 2021


wzssyqa added a comment.

In D110514#3073329 <https://reviews.llvm.org/D110514#3073329>, @MaskRay wrote:

> The `llvm/lib/Support/Triple.cpp` change LGTM.
>
> For `clang -target mipsisa64r6-linux-gnu -mabi=32`, what include and library paths do it use? It may be related to `clang/lib/Driver/Driver.cpp:computeTargetTriple`

Yes. You are right, while it is another bug.
I will fix it.


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

https://reviews.llvm.org/D110514



More information about the llvm-commits mailing list