Skip to content
  1. May 26, 2009
    • Torok Edwin's avatar
      For the new ar --plugin libLLVMgold.so to work we need libLTO linked with · 49db7388
      Torok Edwin authored
      pthreads, otherwise ar complains of unresolved references to pthread_mutex_*.
      LTO doesn't actually use pthreads, but ManagedStatic does.
      
      Fix this by linking in LIBS (that contains pthreads) for LTO and gold.
      For now this links in more libs than needed (libffi for example), we can figure
      out later how to link in those libs per-tool later.
      
      llvm-svn: 72430
      49db7388
  2. May 15, 2009
  3. May 12, 2009
  4. May 09, 2009
  5. May 04, 2009
  6. Apr 21, 2009
  7. Apr 17, 2009
    • David Greene's avatar
      · 80f48bd1
      David Greene authored
      Add a --enable-profiling option to configure to build Debug+Profile and
      Opt+Profile tools.  Now we can profile any kind of flavor we build.
      
      llvm-svn: 69351
      80f48bd1
  8. Apr 15, 2009
  9. Apr 10, 2009
  10. Apr 09, 2009
    • Bill Wendling's avatar
      Revert r68708. It was causing this failure in the self-hosting buildbot: · f704f90f
      Bill Wendling authored
      llvm[2]: Compiling lto.cpp for Debug build  (PIC)
      make[2]: *** No rule to make target `/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.sh.build/Debug/lib/libLLVMBitWriter.a', needed by `/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.sh.build/Release/lib/libLTO.dylib'.  Stop.
      make[1]: *** [all] Error 1
      make: *** [all] Error 1
      
      llvm-svn: 68721
      f704f90f
    • Misha Brukman's avatar
      Make sure to rebuild dependencies for the `check' and `unittests' targets so · a04ede8d
      Misha Brukman authored
      we're not testing out-of-date code.  This also makes "make check" and
      "make unittests" work out-of-the box right after the configure step, without
      requiring the user to run "make tools-only" or "make libs-only".
      
      Tested on Linux/x86_64 and Darwin/x86.
      
      llvm-svn: 68708
      a04ede8d
  11. Apr 06, 2009
  12. Mar 27, 2009
  13. Mar 23, 2009
  14. Mar 22, 2009
  15. Mar 20, 2009
  16. Mar 19, 2009
  17. Mar 14, 2009
  18. Mar 13, 2009
  19. Mar 12, 2009
  20. Mar 10, 2009
  21. Mar 09, 2009
  22. Mar 07, 2009
  23. Mar 06, 2009
  24. Mar 03, 2009
    • Mikhail Glushenkov's avatar
      LINK_COMPONENTS should be added to LLVMLibsOptions. · ab6f8ded
      Mikhail Glushenkov authored
      From the code: "There are "Proj" libs (defined by the user's project) and "LLVM"
      libs (defined by the LLVM project)." LINK_COMPONENTS are clearly defined by the
      LLVM project.
      
      Additionally, this fixes an issue with llvmc's build process:-)
      
      llvm-svn: 65940
      ab6f8ded
Loading