Skip to content
  1. Jul 19, 2014
  2. Jun 02, 2014
  3. May 13, 2013
  4. Mar 07, 2013
  5. Mar 05, 2013
    • Daniel Malea's avatar
      Fix Ninja LLDB build on Linux (via cmake -G Ninja) · ab5c2012
      Daniel Malea authored
      - resolved circular dependency issue by making liblldb depend directly on LLDBWrapPython.cpp
      - removed use of '..' for relative directories -- ninja doesn't like this
      - fixed build-order problem
      
      llvm-svn: 176517
      ab5c2012
  6. Mar 01, 2013
    • Daniel Malea's avatar
      Finish up CMake support for LLDB (tested on Linux) · 931b17c7
      Daniel Malea authored
      - add missing scripts (driver, tests, etc...)
      - enable running of tests from cmake with "make check-lldb" target
      - fix up problem with clang dependencies (this enables parallel builds)
      - implement platform-specific FIXMEs in source/CMakeLists.txt
      
      llvm-svn: 176306
      931b17c7
Loading