Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion llvm/test/Examples/Kaleidoscope/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# TODO: investigate
if not "X86" in config.root.targets:
# RISC-V fails due to unresolved softfp functions.
if not "X86" in config.root.targets or "riscv" in config.target_triple:
config.unsupported = True
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Instructions for debugging can be found in LLJITWithRemoteDebugging.cpp

# REQUIRES: default_triple
# UNSUPPORTED: target=powerpc64{{.*}}
# UNSUPPORTED: target=powerpc64{{.*}}, target=s390{{.*}}

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