We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a434af commit 82863adCopy full SHA for 82863ad
src/LLVM.jl
@@ -91,8 +91,8 @@ include("base.jl")
91
92
module API
93
using CEnum
94
-using LLVM
95
-using LLVM: @apicall, libllvm_version
+using ..LLVM
+using ..LLVM: @apicall, libllvm_version
96
const off_t = Csize_t
97
libdir = joinpath(@__DIR__, "..", "lib", LLVM.llvmjl_wrapper)
98
include(joinpath(libdir, "libLLVM_common.jl"))
0 commit comments