[PATCH] D50857: llvm: Add support MIPS r6 Debian triples

YunQiang Su via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 11:26:30 PDT 2018


wzssyqa created this revision.
wzssyqa added reviewers: chandlerc, atanasyan.
Herald added subscribers: llvm-commits, dexonsmith, fedor.sergeev, aheejin, arichardson, sdardis, dschuff, rampitec.

Debian uses different triples for MIPS r6 and paths.
Here we use SubArch to determine whether it is r6,
if we found `r6' in CPU section of triple.

These new triples include:

mipsisa32r6-linux-gnu
mipsisa32r6el-linux-gnu
mipsisa64r6-linux-gnuabi64
mipsisa64r6el-linux-gnuabi64
mipsisa64r6-linux-gnuabin32
mipsisa64r6el-linux-gnuabin32


Repository:
  rL LLVM

https://reviews.llvm.org/D50857

Files:
  include/llvm/ADT/Triple.h
  lib/Support/Triple.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50857.161071.patch
Type: text/x-patch
Size: 12024 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180816/a7060d7d/attachment.bin>


More information about the llvm-commits mailing list