Skip to content
  1. Jan 28, 2013
    • David Greene's avatar
      Avoid Unnecessary Builds · a15b16f2
      David Greene authored
      By default, stop the universe build if a key component fails.  This
      avoids useless builds when we know a package is broken anyway.
      Provide a --keep-going option to override this behavior.
      
      llvm-svn: 173723
      a15b16f2
  2. Jan 16, 2013
    • David Greene's avatar
      Use --enable-werror · 9aa10443
      David Greene authored
      Use --enable-werror during configure time rather than
      --with-extra-options.  This is cleaner and easier to read.
      
      llvm-svn: 172581
      9aa10443
  3. Feb 03, 2012
  4. Jan 28, 2012
    • David Greene's avatar
      Remove Deprecated Features · c26e5fb8
      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
      c26e5fb8
  5. Nov 04, 2011
  6. Oct 14, 2011
    • David Greene's avatar
      Fix threads/jobs Calculation · 1dafb035
      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
      1dafb035
    • David Greene's avatar
      Add Helpful Messages · 327c643e
      David Greene authored
      Bit just a bit more verbose about what's going on.  Print options
      to make to aid debugging.
      
      llvm-svn: 141976
      327c643e
    • David Greene's avatar
      Add Option to Skip Install · 0907a61a
      David Greene authored
      Add a --no-install option to skip installing components.  This
      speeds up the develop/test cycle.
      
      llvm-svn: 141975
      0907a61a
    • David Greene's avatar
      Add Option to Skip gcc Build · d42442d6
      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
      d42442d6
  7. Jul 06, 2011
  8. Mar 05, 2011
  9. Feb 25, 2011
    • David Greene's avatar
      · c136bc69
      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
      c136bc69
  10. Feb 23, 2011
    • David Greene's avatar
      · 5ec8236d
      David Greene authored
      Fix Builder::execute() to more properly pass the desired environment
      to tools.
      
      llvm-svn: 126263
      5ec8236d
  11. Feb 21, 2011
Loading