[Lldb-commits] [lldb] r213575 - build: silence GCC warning on Linux

Saleem Abdulrasool compnerd at compnerd.org
Tue Jul 22 19:13:57 PDT 2014


On Mon, Jul 21, 2014 at 11:57 AM, Ed Maste <emaste at freebsd.org> wrote:

> On 21 July 2014 14:18, Saleem Abdulrasool <compnerd at compnerd.org> wrote:
> > Author: compnerd
> > Date: Mon Jul 21 13:18:52 2014
> > New Revision: 213575
> ...
> > +  set_source_files_properties(${LLDB_WRAP_PYTHON} PROPERTIES GENERATED
> 1)
> > +  if (LLVM_COMPILER_IS_GCC_COMPATIBLE AND
> > +      NOT "${CMAKE_SYSTEM_NAME}" MATCHES "Darwin")
>
> Can you explain why Darwin is excluded here?
>

Mostly because I suspect that any Darwin host building this at this point
will be running clang which does not honor this option.  We could do this
with a check I suppose.

-- 
Saleem Abdulrasool
compnerd (at) compnerd (dot) org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140722/53b385c9/attachment.html>


More information about the lldb-commits mailing list