]> git.lizzy.rs Git - rust.git/commit
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)
commit5dd10012537aad9181a8ebf4216afa6193e49954
treee249f062e5a2c9fbe5b7d532569c600a66baba36
parent366de839ae9794411419c5b579c829e18adde613
parent213f1638d96d404ff0b14a8196962f4cf0991926
Auto merge of #34553 - alexcrichton:fix-nightlies, r=brson

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.