[Lldb-commits] [PATCH] D14389: Completely avoid building Apple simulator on non-Darwin platforms.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 5 12:21:53 PST 2015


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





More information about the lldb-commits mailing list