[all-commits] [llvm/llvm-project] f6ef40: [DebugInfo][test][MIPS] Use mtriple in tests

jsji via All-commits all-commits at lists.llvm.org
Wed May 5 06:51:55 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f6ef409406d7691bed32d1835809ed4cbb14015b
      https://github.com/llvm/llvm-project/commit/f6ef409406d7691bed32d1835809ed4cbb14015b
  Author: Jinsong Ji <jji at us.ibm.com>
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
    M llvm/test/DebugInfo/Mips/dsr-fixed-objects.ll
    M llvm/test/DebugInfo/Mips/dsr-non-fixed-objects.ll
    M llvm/test/DebugInfo/Mips/dwarfdump-tls.ll

  Log Message:
  -----------
  [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




More information about the All-commits mailing list