SkillAgentSearch skills...

LLVM.jl

Julia wrapper for the LLVM C API

Install / Use

/learn @JuliaLLVM/LLVM.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LLVM C API wrapper

A Julia wrapper for the LLVM C API.

PkgEval

The LLVM.jl package is a Julia wrapper for the LLVM C API, and can be used to work with the LLVM compiler framework from Julia. You can use the package to work with LLVM code generated by Julia, to interoperate with the Julia compiler, or to create your own compiler. It is heavily used by the different GPU compilers for the Julia programming language.

Requirements

LLVM.jl is supported on Julia 1.10+, and thus requires LLVM 15. However, the package is really only intended to be used with the LLVM library shipped with Julia. That means you can not use it with other LLVM libraries, like the one provided by your operating system. It is recommended to use the official binaries from julialang.org, but custom builds are supported too (as long as they provide a dynamically-linked copy of the LLVM library).

Installation

LLVM.jl can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add LLVM

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("LLVM")
View on GitHub
GitHub Stars142
CategoryDevelopment
Updated2d ago
Forks48

Languages

Julia

Security Score

85/100

Audited on Mar 26, 2026

No findings