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

Ed Maste emaste at freebsd.org
Mon Jul 21 11:57:47 PDT 2014


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?



More information about the lldb-commits mailing list