Skip to content
  • Duncan Sands's avatar
    Reset the system compiler each time we start a new flavour. Otherwise · 9341b50c
    Duncan Sands authored
    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!
    
    llvm-svn: 142607
    9341b50c
Loading