diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-11-15 03:02:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-15 03:02:55 +0100 |
| commit | e3d52b8051b5ac50dbf71ab73f2b47ecb8d7c624 (patch) | |
| tree | 24f24115a5e54dfd66da0fb74e547e9a30687c35 /compiler/rustc_codegen_llvm/src | |
| parent | 4fcb617cbe6a92dabac763bd38862d2c40b4d247 (diff) | |
| parent | 3747df71fa280557f85d847dcb460c0cbe0d16ce (diff) | |
| download | rust-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
