Skip to content

Commit a202084

Browse files
authored
Re-enable ORC testing. (#478)
1 parent 514966f commit a202084

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

examples/sum_orc.jl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ using Test
44

55
using LLVM
66

7-
if LLVM.version() >= v"17" && Sys.islinux()
8-
9-
# maleadt/LLVM.jl#405
10-
@error "ORC is broken on Linux with LLVM >= 17"
11-
12-
else
13-
147
if length(ARGS) == 2
158
x, y = parse.([Int32], ARGS[1:2])
169
else
@@ -68,5 +61,3 @@ end
6861
@test call_sum(x, y) == x + y
6962
LLVM.dispose(jit)
7063
LLVM.dispose(tm)
71-
72-
end

test/runtests.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,5 @@ runtests(LLVM; worker_init_expr, nworkers=min(Sys.CPU_THREADS,4), nworker_thread
4141
LLVM.has_oldpm() || return false
4242
end
4343

44-
if ti.name == "orc"
45-
if LLVM.version() >= v"17" && Sys.islinux()
46-
# maleadt/LLVM.jl#405
47-
return false
48-
end
49-
end
50-
5144
true
5245
end

0 commit comments

Comments
 (0)