]> git.lizzy.rs Git - rust.git/commit
rustc: Always link compiler-builtins last
authorAlex Crichton <alex@alexcrichton.com>
Tue, 13 Sep 2016 04:24:40 +0000 (21:24 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 13 Sep 2016 04:52:02 +0000 (21:52 -0700)
commit2140c4ba36301a71f43f4d488c45bc8ca27bf386
tree49d28dd816bbef714cf59e457113a06bf447fe92
parent521ffe9dbe8ed03ea8b2efdfe2b2bc1d6e1d7847
rustc: Always link compiler-builtins last

All crates depend on compiler-builtins, so we need to always include the crate
last.
src/librustc_trans/back/link.rs