OSDN Git Service

UpdateTestChecks: -march=mips/-march=mipsel is mips triple.
authorRoman Lebedev <lebedev.ri@gmail.com>
Thu, 23 May 2019 18:08:00 +0000 (18:08 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Thu, 23 May 2019 18:08:00 +0000 (18:08 +0000)
commit0d3ad44af82c84db37f9834638cb236f129fd9ea
tree481b0ef7e69915c3a92f5e7dfeabe6eccbcfb2c1
parent6b4f8f2cc7540bf05a6cfb8836a4f7fddb4fe487
UpdateTestChecks: -march=mips/-march=mipsel is mips triple.

Again, a mixture of march and triple, with majority being march:

llvm/test/CodeGen/Mips$ grep -ri triple | wc -l
818
llvm/test/CodeGen/Mips$ grep -ri march | wc -l
1457

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361521 91177308-0d34-0410-b5e6-96231b3b80d8
utils/UpdateTestChecks/asm.py