]> git.lizzy.rs Git - rust.git/commit
Use custom driver for sysroot building too
authorbjorn3 <bjorn3@users.noreply.github.com>
Sat, 10 Oct 2020 14:41:31 +0000 (16:41 +0200)
committerbjorn3 <bjorn3@users.noreply.github.com>
Sat, 10 Oct 2020 14:41:31 +0000 (16:41 +0200)
commitfaec12461f34db4145000a891c4ee5df2e8d4132
treee5319be8db9e4b7497e076dc0c431c9a02ead321
parentc352f91b40a3533d49cc1c1ef58f9e656409cce5
Use custom driver for sysroot building too

This required another custom driver to ensure that build scripts are
built using cg_llvm instead of cg_clif.

After this change only rustdoc still uses -Zcodegen-backend
build_sysroot/build_sysroot.sh
src/bin/cg_clif.rs
src/bin/cg_clif_build_sysroot.rs [new file with mode: 0644]