Skip to content

Commit 47327f0

Browse files
aengelkegithub-actions[bot]
authored andcommitted
Automerge: [LLVM][Example] More test feature fixes for s390 and RISC-V
Pull Request: llvm/llvm-project#172147
2 parents 4fd4308 + 9f5c963 commit 47327f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# TODO: investigate
2-
if not "X86" in config.root.targets:
2+
# RISC-V fails due to unresolved softfp functions.
3+
if not "X86" in config.root.targets or "riscv" in config.target_triple:
34
config.unsupported = True

llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Instructions for debugging can be found in LLJITWithRemoteDebugging.cpp
55

66
# REQUIRES: default_triple
7-
# UNSUPPORTED: target=powerpc64{{.*}}
7+
# UNSUPPORTED: target=powerpc64{{.*}}, target=s390{{.*}}
88

99
# RUN: LLJITWithRemoteDebugging %p/Inputs/argc_sub1.ll 2>&1 | FileCheck --check-prefix=CHECK0 %s
1010
# CHECK0: __jit_debug_descriptor.last_entry = [[BEFORE0:0x[0-9a-f]+]]

0 commit comments

Comments
 (0)