Skip to content

Commit 753307d

Browse files
lhameststellar
authored andcommitted
[RuntimeDyld] Disable some ppc64 tests on 32-bit architectures.
These tests have been failing on 32-bit machines. #62184. (cherry picked from commit 2cd2fb4)
1 parent 93e555f commit 753307d

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/ppc64_elf.s

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

llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/ppc64_reloc.s

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

0 commit comments

Comments
 (0)