This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo][test][MIPS] Use mtriple in tests
ClosedPublic

Authored by jsji on May 4 2021, 2:40 PM.

Details

Summary

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.

Diff Detail

Event Timeline

jsji created this revision.May 4 2021, 2:40 PM
jsji requested review of this revision.May 4 2021, 2:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2021, 2:40 PM
jsji edited the summary of this revision. (Show Details)May 4 2021, 3:08 PM
jsji added a reviewer: phosek.May 4 2021, 3:21 PM
This revision is now accepted and ready to land.May 5 2021, 1:32 AM
This revision was automatically updated to reflect the committed changes.