[RuntimeDyld] Disable some ppc64 tests on 32-bit architectures.

These tests have been failing on 32-bit machines.

https://github.com/llvm/llvm-project/issues/62184.
(cherry picked from commit 2cd2fb4376187d4939e1eb7f18ba847d3b1668e3)
This commit is contained in:
Lang Hames 2023-04-20 21:47:49 -07:00 committed by Tom Stellard
parent 93e555fbd7
commit 753307debc
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,10 @@
# This test has been observed to fail on 32-bit architectures (see e.g.
# https://github.com/llvm/llvm-project/issues/62184). Since we're aiming to
# bring up JITLink support for ppc64{le} anyway (see
# https://github.com/llvm/llvm-project/issues/62253) I've opted to just disable
# it on 32-bit architectures for now.
# REQUIRES: llvm-64-bits
#
# RUN: rm -rf %t && mkdir -p %t
# RUN: llvm-mc -triple=powerpc64le-unknown-linux-gnu -filetype=obj -o %t/ppc64_elf.o %s
# RUN: llvm-mc -triple=powerpc64le-unknown-linux-gnu -filetype=obj -o %t/ppc64_elf_module_b.o %S/Inputs/ppc64_elf_module_b.s

View File

@ -1,4 +1,12 @@
# test for little endian
#
# This test has been observed to fail on 32-bit architectures (see e.g.
# https://github.com/llvm/llvm-project/issues/62184). Since we're aiming to
# bring up JITLink support for ppc64{le} anyway (see
# https://github.com/llvm/llvm-project/issues/62253) I've opted to just disable
# it on 32-bit architectures for now.
# REQUIRES: llvm-64-bits
#
# RUN: rm -rf %t && mkdir -p %t
# RUN: llvm-mc -triple=powerpc64le-unknown-linux-gnu -filetype=obj -o %t/ppc64_reloc.o %s
# RUN: llvm-mc -triple=powerpc64le-unknown-linux-gnu -filetype=obj -o %t/ppc64_elf_module_b.o %S/Inputs/ppc64_elf_module_b.s