Skip to content
  1. Nov 19, 2011
  2. Nov 17, 2011
  3. Nov 16, 2011
  4. Nov 15, 2011
  5. Nov 12, 2011
  6. Nov 11, 2011
  7. Nov 10, 2011
  8. Nov 07, 2011
  9. Nov 05, 2011
  10. Nov 04, 2011
  11. Nov 03, 2011
  12. Nov 02, 2011
    • Chandler Carruth's avatar
      The TableGen parts of the CMake build are seriously broken. This fixes · 39bf89b3
      Chandler Carruth authored
      one aspect of them by having them use the (annoying, if not broken)
      proper library dependency model for adding the LLVMTableGen library as
      a dependency. This could manifest as a link order issue in the presence
      of separate LLVM / Clang source builds with CMake and a linker that
      really cares about such things.
      
      Also, add the Support dependency to llvm-tblgen itself so that it
      doesn't rely on TableGen's transitive Support dependency. A parallel
      change for clang-tblgen will be forthcoming.
      
      llvm-svn: 143531
      39bf89b3
    • Chad Rosier's avatar
      Rename show-diagnostics to something less ambiguous. · 800f223b
      Chad Rosier authored
      llvm-svn: 143525
      800f223b
  13. Oct 30, 2011
Loading