Skip to content
  1. Dec 30, 2013
  2. Dec 29, 2013
  3. Dec 20, 2013
  4. Dec 19, 2013
  5. Dec 16, 2013
  6. Dec 04, 2013
  7. Dec 02, 2013
  8. Aug 27, 2013
  9. Aug 24, 2013
  10. Aug 21, 2013
    • Argyrios Kyrtzidis's avatar
      [CMake] Automatically pick up subdirectories in llvm/tools as 'external... · 7eec9d0c
      Argyrios Kyrtzidis authored
      [CMake] Automatically pick up subdirectories in llvm/tools as 'external projects' if they contain a 'CMakeLists.txt' file.
      
      Allow CMake to pick up external projects in llvm/tools without the need to modify the "llvm/tools/CMakeLists.txt" file.
      This makes it easier to work with projects that live in other repositories, without needing to specify each one in "llvm/tools/CMakeLists.txt".
      
      llvm-svn: 188921
      7eec9d0c
  11. Aug 14, 2013
  12. Aug 07, 2013
  13. Apr 21, 2013
  14. Feb 14, 2013
    • Tim Northover's avatar
      Use correct host/target CMake variables to define lit variables. · bfe84685
      Tim Northover authored
      CMake and autotools disagree on what "host" means in a cross-compilation
      context. Autotools (and lit) take it to be the machine the binaries being
      compiled now will run on. CMake takes it to be the machine actually compiling
      the binaries now.
      
      This change makes lit.site-cfg more consistent between autotools and CMake,
      allowing lit tests (particularly in ExecutionEngine) to run correctly when
      cross-compiled with CMake
      
      llvm-svn: 175179
      bfe84685
  15. Jan 27, 2013
  16. Dec 24, 2012
  17. Dec 19, 2012
  18. Oct 10, 2012
  19. Oct 05, 2012
    • NAKAMURA Takumi's avatar
      [CMake] Enhance add_llvm_external_project. · 700cd405
      NAKAMURA Takumi authored
        - Substitute hyphen to underscore, s/-/_/g, as the variable name.
        - Additional parameter can be specified as the name of directory.
      
      e.g.) add_llvm_external_project(clang-tools-extra extra)
      
        - LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_SOURCE_DIR=/path/to/llvm-srcroot/tools/clang/tools/extra, by default.
        - Build directory is in ${CMAKE_CURRENT_BINARY_DIR}/extra
      
      llvm-svn: 165311
      700cd405
  20. Aug 04, 2012
  21. Jul 12, 2012
  22. Jul 02, 2012
    • Chandler Carruth's avatar
      Revert r159588, and apply a more principled fix. Place the fix for this · aec96181
      Chandler Carruth authored
      in the abstraction for lit test suites so that the various other layers
      of abstraction pick up the same behavioral fix, and so that we still get
      a complete list of dependencies for the 'check-all' target.
      
      This should fix the follow-on issues of the same nature with various
      other build targets, including Clang targets. Sorry for the churn, and
      again thanks to Matt for testing and breaking this more thoroughly.
      
      llvm-svn: 159593
      aec96181
Loading