- Feb 03, 2012
-
-
Rafael Espindola authored
that just uses the new toolchain probing logic. This fixes linking with -m32 on 64 bit systems (the /32 dir was not being added to the search). llvm-svn: 149651
-
- Jan 28, 2012
-
-
David Greene authored
Move to a model where we build whatever branches are checked out in the source directories. This was a bit too smart (and complicated) in handling details best left to the user and the revision control system. In addition, get rid of support for llvm-gcc and building gcc as these are no longer necessary. llvm-svn: 149149
-
- Nov 04, 2011
-
-
Daniel Dunbar authored
llvm-svn: 143673
-
- Oct 14, 2011
-
-
David Greene authored
Pass the correct jobs and threads information to the builder. We were underutilizing the number of jobs and threads specified by the user. llvm-svn: 141977
-
David Greene authored
Bit just a bit more verbose about what's going on. Print options to make to aid debugging. llvm-svn: 141976
-
David Greene authored
Add a --no-install option to skip installing components. This speeds up the develop/test cycle. llvm-svn: 141975
-
David Greene authored
And a --no-gcc option to skip dragonegg and gcc builds. This greatly speeds up the develop/test cycle. llvm-svn: 141974
-
- Jul 06, 2011
-
-
David Greene authored
llvm-svn: 134498
-
- Mar 05, 2011
-
-
David Greene authored
number of threads. In that case make the number of threads equal to the number of jobs and launch one jobs on each thread. This makes things work like make -j. llvm-svn: 127045
-
- Feb 25, 2011
-
-
David Greene authored
Add some options for building LLVM in different environments: --force-configure to force running configure before building. --extra-llvm-config-flags --extra-llvm-gcc-config-flags --extra-gcc-config-flags Pass additional argument to the various configure invocations. This also eliminates a default build flavor because explicitly specifying builds could result in build flavors being run repeatedly. Finally, turn off fortran builds for the moment because install appears to be broken. llvm-svn: 126510
-
- Feb 23, 2011
-
-
David Greene authored
Fix Builder::execute() to more properly pass the desired environment to tools. llvm-svn: 126263
-
- Feb 21, 2011
-
-
David Greene authored
ecosystem. This is a handy utility for checking changes before committing them to the repository. llvm-svn: 126136
-