about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-11-15 03:02:55 +0100
committerGitHub <noreply@github.com>2020-11-15 03:02:55 +0100
commite3d52b8051b5ac50dbf71ab73f2b47ecb8d7c624 (patch)
tree24f24115a5e54dfd66da0fb74e547e9a30687c35 /compiler/rustc_codegen_llvm/src
parent4fcb617cbe6a92dabac763bd38862d2c40b4d247 (diff)
parent3747df71fa280557f85d847dcb460c0cbe0d16ce (diff)
downloadrust-e3d52b8051b5ac50dbf71ab73f2b47ecb8d7c624.tar.gz
rust-e3d52b8051b5ac50dbf71ab73f2b47ecb8d7c624.zip
Rollup merge of #78986 - Mark-Simulacrum:fix-llvm, r=alexcrichton
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.

Fixes #78932.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions