Function bootstrap::dist::maybe_install_llvm
source · fn maybe_install_llvm(
builder: &Builder<'_>,
target: TargetSelection,
dst_libdir: &Path
) -> 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.