Reset the system compiler each time we start a new flavour. Otherwise
authorDuncan Sands <baldrick@free.fr>
Thu, 20 Oct 2011 20:10:58 +0000 (20:10 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 20 Oct 2011 20:10:58 +0000 (20:10 +0000)
commitfbc0dec7b4dc94a667c2b8af6748a742da95353d
tree003851900b94d4992a875d383a563dc590b9ecf5
parent1dda3d511e19918c4487e9d5a45eb5856284494e
Reset the system compiler each time we start a new flavour.  Otherwise
the last compiler built for the previous flavour is used for the next,
for example the Debug clang compiler was being used for the initial build
of the Release LLVM.  Flavors should be independent of each other.  This
especially matters if the compiler built for the previous flavour doesn't
actually work!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142607 91177308-0d34-0410-b5e6-96231b3b80d8
utils/release/test-release.sh