]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #34553 - alexcrichton:fix-nightlies, r=brson
authorbors <bors@rust-lang.org>
Wed, 29 Jun 2016 23:02:34 +0000 (16:02 -0700)
committerGitHub <noreply@github.com>
Wed, 29 Jun 2016 23:02:34 +0000 (16:02 -0700)
configure: Fix cross-compiling LLVM for realz

Actually got it working this time, and it was again just a problem specifying
the llvm-tblgen binary. We need to point it at the $CFG_BUILD target's tblgen
and then we also needed to correct the path a bit.


Trivial merge