about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2020-11-12 09:49:45 -0500
committerMark Rousskov <mark.simulacrum@gmail.com>2020-11-12 09:49:45 -0500
commit3747df71fa280557f85d847dcb460c0cbe0d16ce (patch)
treeb59502b9cda478895552509a723a4be3863808b6 /compiler/rustc_codegen_llvm/src
parentcf9cf7c923eb01146971429044f216a3ca905e06 (diff)
downloadrust-3747df71fa280557f85d847dcb460c0cbe0d16ce.tar.gz
rust-3747df71fa280557f85d847dcb460c0cbe0d16ce.zip
Avoid installing external LLVM dylibs
If the LLVM was externally provided, then we don't currently copy artifacts into
the sysroot. This is not necessarily the right choice (in particular, it will
require the LLVM dylib to be in the linker's load path at runtime), but the
common use case for external LLVMs is distribution provided LLVMs, and in that
case they're usually in the standard search path (e.g., /usr/lib) and copying
them here is going to cause problems as we may end up with the wrong files and
isn't what distributions want.

This behavior may be revisited in the future though.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions