[DebugInfo][test][MIPS] Use mtriple in tests
authorJinsong Ji <jji@us.ibm.com>
Wed, 5 May 2021 13:51:02 +0000 (13:51 +0000)
committerJinsong Ji <jji@us.ibm.com>
Wed, 5 May 2021 13:51:27 +0000 (13:51 +0000)
commitf6ef409406d7691bed32d1835809ed4cbb14015b
treecc48d83481f51ef11c0faad8160b36d0ad420352
parent6a12875046fd8c3e9f67482803a9f0f7b39dcfa6
[DebugInfo][test][MIPS] Use mtriple in tests

Mips tests are using -march in RUN lines,
this will fail on AIX OS , when we get the mips-ibm-aix triple.

This is caused/exposed recently due to https://reviews.llvm.org/D101194 changed the default getMultiarchTriple in toolchain.

Update the tests to use -mtriple instead to avoid unintended failures.

Reviewed By: atanasyan

Differential Revision: https://reviews.llvm.org/D101863
llvm/test/DebugInfo/Mips/dsr-fixed-objects.ll
llvm/test/DebugInfo/Mips/dsr-non-fixed-objects.ll
llvm/test/DebugInfo/Mips/dwarfdump-tls.ll