[all-commits] [llvm/llvm-project] 506dbd: [ORC] Re-enable ELF DebugObjectManagerPlugin tests

Stefan Gränitz via All-commits all-commits at lists.llvm.org
Wed Sep 22 08:57:59 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 506dbd88fe8f1d3ac43457a9bb960c4745368886
      https://github.com/llvm/llvm-project/commit/506dbd88fe8f1d3ac43457a9bb960c4745368886
  Author: Stefan Gränitz <stefan.graenitz at gmail.com>
  Date:   2021-09-22 (Wed, 22 Sep 2021)

  Changed paths:
    M llvm/test/ExecutionEngine/OrcLazy/debug-descriptor-elf-minimal.ll
    M llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll

  Log Message:
  -----------
  [ORC] Re-enable ELF DebugObjectManagerPlugin tests

These tests were disabled by accident after D107640. Actually, REQUIRES lines don't support `x86_64` and so these tests stopped running on all targets.
`native && target-x86_64` should be the correct term to express "x86_64 host targeting native arch".




More information about the All-commits mailing list