File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
llvm/test/ExecutionEngine/RuntimeDyld/PowerPC Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments