zturner added a comment.

Isn't this going to have the same problem as before?  If CMake finds a source 
file in the directory that is not added to one of the targets, it will give you 
an error.  With this patch, on Linux or Windows `PlatformAppleSimulator.cpp` 
will be on disk, but not part of the `lldbPluginPlatformMacOSX` target, and as 
a result CMake will complain.


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