[PATCH] D21467: [llc+llvm-mc] Prefer applying -mabi to the triple where possible and allow Mips to take ABI information in the triple.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 06:11:11 PDT 2016


Are the new triples something we are inventing or are they supported
already by some tool. For example, can binutils be configured to
target mips64-linuxgnuabi64?


Cheers,
Rafael


On 17 June 2016 at 09:25, Daniel Sanders via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> dsanders updated this revision to Diff 61090.
> dsanders added a comment.
>
> Fixed a small rebase mistake that only became clear when a follow-up patch was applied
>
>
> http://reviews.llvm.org/D21467
>
> Files:
>   include/llvm/ADT/Triple.h
>   lib/Support/Triple.cpp
>   lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
>   test/CodeGen/Mips/fp16-promote.ll
>   test/MC/Mips/cpsetup.s
>   test/MC/Mips/elf_reginfo.s
>   test/MC/Mips/mips64-register-names-o32.s
>   tools/llc/llc.cpp
>   tools/llvm-mc/llvm-mc.cpp
>   unittests/ADT/TripleTest.cpp
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>


More information about the llvm-commits mailing list