Fix an inconsistent use of LLVMGCCDIR. In all other cases, this directory
authorBob Wilson <bob.wilson@apple.com>
Thu, 12 Mar 2009 19:47:24 +0000 (19:47 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 12 Mar 2009 19:47:24 +0000 (19:47 +0000)
commit85cdfad07f14aac778534ef2067da485d2214b48
tree0b8dfdfdb634a4b65ad394c076ecd4e7c72b95c4
parentae5a20a9177650525b40ed88c8326a398e6caa8a
Fix an inconsistent use of LLVMGCCDIR.  In all other cases, this directory
refers to the "prefix" directory, i.e., one level above "bin".  LLVMGCCPATH
is used as the directory containing the llvm-gcc executable, so add a "/bin"
suffix to get from LLVMGCCDIR to LLVMGCCPATH.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66823 91177308-0d34-0410-b5e6-96231b3b80d8
utils/NewNightlyTest.pl