Skip to content

Add support for dynamic LLVM libraries

Rynco Maekawa requested to merge lynzrand/llvm-sys.rs:dynlib into main

Currently, this crate only checks for static LLVM libraries. That will not compile on distributions of Linux which only install shared libraries.

(I'm taking over from the original MR: !4 (closed))

Merge request reports