about summary refs log tree commit diff
path: root/compiler/rustc_llvm/src
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2020-09-16 17:57:20 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2020-09-19 18:21:08 -0400
commit389b7ff19074988a3855bbc5ba7b19eb903a6fb4 (patch)
tree82ea34308a176c80f5fd698e3fcd5a66cd6d622c /compiler/rustc_llvm/src
parent8e9d5db8392c44a2e94008168fa3506ecddaa357 (diff)
downloadrust-389b7ff19074988a3855bbc5ba7b19eb903a6fb4.tar.gz
rust-389b7ff19074988a3855bbc5ba7b19eb903a6fb4.zip
Do not link LLVM tools to LLVM dylib unless rustc is
Previously we would have some platforms where LLVM was linked to rustc
statically, but to the LLVM tools dynamically. That meant we were distributing
two copies of LLVM: one as a separate dylib and one statically linked in to
librustc_driver.
Diffstat (limited to 'compiler/rustc_llvm/src')
0 files changed, 0 insertions, 0 deletions