Skip to content

Commit 942c97c

Browse files
committed
Don't add an include dependency on a directory.
It confuses code loading when running under coverage.
1 parent 8919fe4 commit 942c97c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LLVM.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ let
5353
vercmp_compat(a,b) = a.major>b.major || (a.major==b.major && a.minor>=b.minor)
5454

5555
llvmjl_wrappers_path = joinpath(@__DIR__, "..", "lib")
56-
Base.include_dependency(llvmjl_wrappers_path)
5756

5857
llvmjl_wrappers = filter(path->isdir(joinpath(llvmjl_wrappers_path, path)),
5958
readdir(llvmjl_wrappers_path))

0 commit comments

Comments
 (0)