[Lldb-commits] [lldb] r200870 - Enable lldb-gdbserver on Linux as well in the cmake build

Todd Fiala tfiala at google.com
Wed Feb 5 11:10:21 PST 2014


Thanks, Ed.  I saw that in the last one --- I've been using configure-based
builds (and hence it is enabled for linux_x86-64 there), but didn't have it
enabled in cmake.

Thanks!


On Wed, Feb 5, 2014 at 11:03 AM, Ed Maste <emaste at freebsd.org> wrote:

> Author: emaste
> Date: Wed Feb  5 13:03:18 2014
> New Revision: 200870
>
> URL: http://llvm.org/viewvc/llvm-project?rev=200870&view=rev
> Log:
> Enable lldb-gdbserver on Linux as well in the cmake build
>
> Modified:
>     lldb/trunk/tools/CMakeLists.txt
>
> Modified: lldb/trunk/tools/CMakeLists.txt
> URL:
> http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/CMakeLists.txt?rev=200870&r1=200869&r2=200870&view=diff
>
> ==============================================================================
> --- lldb/trunk/tools/CMakeLists.txt (original)
> +++ lldb/trunk/tools/CMakeLists.txt Wed Feb  5 13:03:18 2014
> @@ -2,7 +2,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
>    add_subdirectory(debugserver)
>  endif()
>    add_subdirectory(driver)
> -if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
> +if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR CMAKE_SYSTEM_NAME MATCHES
> "Linux")
>    add_subdirectory(lldb-gdbserver)
>  endif()
>  if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>



-- 
Todd Fiala | Software Engineer | tfiala at google.com | 650-943-3180
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140205/bc1374f5/attachment.html>


More information about the lldb-commits mailing list