]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #56986 - alexcrichton:move-jemalloc, r=Mark-Simulacrum
authorMazdak Farrokhzad <twingoow@gmail.com>
Mon, 24 Dec 2018 12:29:32 +0000 (13:29 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Dec 2018 12:29:32 +0000 (13:29 +0100)
rustc: Move jemalloc from rustc_driver to rustc

This commit moves jemalloc to just the rustc binary rather than the
rustc_driver shared library, enusring that it's only used for binaries
that opt-in to it like rustc rather than other binaries using
librustc_driver like rustdoc/rls/etc. This will hopefully address #56980

1  2 
Cargo.lock
src/librustc_driver/lib.rs

diff --cc Cargo.lock
Simple merge
Simple merge