Skip to content
  1. Feb 01, 2012
    • Dylan Noblesmith's avatar
      cmake: make BUILD_SHARED_LIBS a visible option · af9be0b6
      Dylan Noblesmith authored
      It could only be specified on the commandline, and wouldn't show
      up as an option in the GUI or when invoked via `cmake -i` at all.
      
      This also tells CMake that it's a BOOL, rather than "UNINITIALIZED".
      
      llvm-svn: 149506
      af9be0b6
  2. Dec 18, 2011
    • Dylan Noblesmith's avatar
      capitalize project name, reference bugzilla · 67c4970b
      Dylan Noblesmith authored
      And fix the double-[]. It was including the [] as part of
      the project name somehow, resulting in PACKAGE_TARNAME "-llvm-"
      and a strange docdir default:
      
      ./configure --help | grep docdir
        --docdir=DIR           documentation root [DATAROOTDIR/doc/-llvm-]
      
      llvm-svn: 146849
      67c4970b
  3. Dec 16, 2011
  4. Dec 13, 2011
  5. Dec 12, 2011
  6. Dec 11, 2011
  7. Dec 01, 2011
  8. Nov 29, 2011
  9. Nov 10, 2011
  10. Nov 05, 2011
  11. Nov 04, 2011
  12. Oct 28, 2011
  13. Oct 25, 2011
  14. Oct 06, 2011
  15. Oct 01, 2011
  16. Jul 21, 2011
  17. Jul 17, 2011
    • Oscar Fuentes's avatar
      Fix CMake build on Solaris · 2d48f653
      Oscar Fuentes authored
      When building LLVM/Clang on Solaris. The generated makefiles would
      have an extraneous semi-colon character in them prior to this change
      due to the way the 'CMAKE_CXX_FLAGS' variable was defined. Simply
      adjusting the definition by moving the current CMAKE_CXX_FLAGS value
      within the quotes solves the problem.
      
      Patch by Art Haas!
      
      llvm-svn: 135361
      2d48f653
  18. Apr 29, 2011
    • Nick Lewycky's avatar
      Rename profile_rt.so to libprofile_rt.so under configure+make (it already was · 61aed87a
      Nick Lewycky authored
      under cmake).
      
      Add libprofile_rt.a so that we can tell clang to link against it in --coverage
      mode. Also turn it on by default in cmake builds.
      
      Oscar, this touches a change you made for EXCLUDE_FROM_ALL support -- I think
      I've done the right thing, but please let me know (or fix and commit) if not!
      
      llvm-svn: 130470
      61aed87a
  19. Apr 26, 2011
  20. Apr 15, 2011
  21. Mar 23, 2011
  22. Mar 21, 2011
  23. Mar 08, 2011
  24. Mar 01, 2011
  25. Feb 27, 2011
  26. Feb 21, 2011
  27. Feb 20, 2011
  28. Feb 18, 2011
  29. Feb 17, 2011
  30. Feb 14, 2011
Loading