- Oct 20, 2011
-
-
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
-
Duncan Sands authored
In fact this commit is not intended to change anything unless you use one of the new command line flags. llvm-svn: 142577
-
- Oct 19, 2011
-
-
Bill Wendling authored
Duncan pointed out that sometimes CC and CXX are used to specify the compiler. Also that the configure script takes care of finding an appropriate compiler if one's not specified. llvm-svn: 142489
-
Bill Wendling authored
llvm-svn: 142486
-
Bill Wendling authored
llvm-svn: 142482
-
- Oct 18, 2011
-
-
Bill Wendling authored
llvm-svn: 142369
-
- Oct 17, 2011
-
-
Bill Wendling authored
llvm-svn: 142282
-
Bill Wendling authored
llvm-svn: 142185
-
Bill Wendling authored
llvm-svn: 142173
-
Bill Wendling authored
This removes support for building llvm-gcc. It will eventually add support for building other projects. llvm-svn: 142165
-
- Mar 27, 2011
-
-
Duncan Sands authored
to have structured log files rather than one big file produced by piping output. llvm-svn: 128378
-
- Mar 08, 2011
-
-
Bill Wendling authored
llvm-svn: 127224
-
- Mar 07, 2011
-
-
Bill Wendling authored
llvm-svn: 127155
-
- Sep 15, 2010
-
-
Duncan Sands authored
llvm-svn: 113965
-
- Sep 13, 2010
-
-
Duncan Sands authored
llvm-svn: 113747
-
- Sep 09, 2010
-
-
Duncan Sands authored
llvm-svn: 113479
-
- Sep 08, 2010
-
-
Bill Wendling authored
llvm-svn: 113401
-
Bill Wendling authored
llvm-svn: 113398
-
Duncan Sands authored
llvm-svn: 113395
-
Duncan Sands authored
llvm-svn: 113393
-
Bill Wendling authored
2-phase build of llvm and llvm-gcc, similar to what the buildbots do, and runs the regression testsuite. Things to do: - Work out some bugs with llvm-gcc flags. - Not all platforms support ObjC. - Run the test-suite. llvm-svn: 113382
-