[all-commits] [llvm/llvm-project] c41a1f: [DebugInfo] Pass linux triple to tests requiring ELF.

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Feb 19 01:42:22 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c41a1f63b3c02039bb6a05f7084bdf95099d7aa9
      https://github.com/llvm/llvm-project/commit/c41a1f63b3c02039bb6a05f7084bdf95099d7aa9
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
    M llvm/test/tools/llvm-dwp/X86/info-v5.s
    M llvm/test/tools/llvm-dwp/X86/wrong-unit-type-info-v5.s

  Log Message:
  -----------
  [DebugInfo] Pass linux triple to tests requiring ELF.

The tests added in D74425/commit a71feda24ea092ec14474216532b3ce9883b81ab
fail with an assertion on macOS, as they seem to require ELF support.

Passing a linux triple ensures the object files are using ELF.

This fixes some GreenDragon failures.




More information about the All-commits mailing list