zturner added a comment.

Ahh makes sense, I didn't know about that.  I think a cleaner way to do this is 
to just add everything to `PLUGIN_PLATFORM_MACOSX_SOURCES` in the very first 
`list(APPEND)`.  Then just do this:

  if (NOT CMAKE_SYSTEM_NAME MATCHES "Darwin")
      set(LLVM_OPTIONAL_SOURCES
          PlatformAppleSimulator.cpp
          PlatformiOSSimulator.cpp
      )
      list(REMOVE_ITEM PLUGIN_PLATFORM_MACOSX_SOURCES ${LLVM_OPTIONAL_SOURCES})
  endif()


http://reviews.llvm.org/D14389



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to