fn maybe_install_llvm(
builder: &Builder<'_>,
target: TargetSelection,
dst_libdir: &Path,
install_symlink: bool,
) -> bool
Expand description
Maybe add LLVM object files to the given destination lib-dir. Allows either static or dynamic linking.
Returns whether the files were actually copied.