[all-commits] [llvm/llvm-project] f81ccb: [ExecutionEngine] Re-enable JIT tests on PowerPC.

lhames via All-commits all-commits at lists.llvm.org
Sun May 21 16:12:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f81ccb520927247b02708873567428d6988e2a07
      https://github.com/llvm/llvm-project/commit/f81ccb520927247b02708873567428d6988e2a07
  Author: Lang Hames <lhames at gmail.com>
  Date:   2023-05-21 (Sun, 21 May 2023)

  Changed paths:
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
    M llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test
    M llvm/test/Examples/OrcV2Examples/lljit-with-thinlto-summaries.test
    M llvm/test/Examples/OrcV2Examples/orcv2-cbindings-lazy.test
    M llvm/test/ExecutionEngine/JITLink/x86-64/MachO-duplicate-local.test
    M llvm/test/ExecutionEngine/JITLink/x86-64/MachO_ehframe_bad_fde_cie-ptr_out-of-range.test
    M llvm/test/ExecutionEngine/JITLink/x86-64/MachO_ehframe_bad_fde_pc-begin_out-of-range.test
    M llvm/test/ExecutionEngine/lit.local.cfg

  Log Message:
  -----------
  [ExecutionEngine] Re-enable JIT tests on PowerPC.

These were previously re-enabled in d771f54107c, but had to be disabled again
in 2060a72b4d7 due to test failures.

This is a next step to landing https://reviews.llvm.org/D148192, which adds
a skeleton JITLink backend for PowerPC.

The fixes for those failures were (1) to explicitly specify IsLittleEndian =
true for the MachO YAML testcases, (2) disable some example tests for examples
that aren't supported on PowerPC yet, and (3) fixing the endianness of a
relocation read/write (for ELF R_AARCH64_TSTBR14) in RuntimeDyldELF.




More information about the All-commits mailing list