Re: [Lldb-commits] [lldb] r252179 - Do not build any of the simulator material on non-Darwin

2015-11-05 Thread Zachary Turner via lldb-commits
Renaming it to .mm would fix it, but I don't know if that extension has special implications on OSX platforms. Another fix would be moving the platform-specific files into a subfolder and then adding them dfrom the subfolder. That way CMake won't see them in the current directory. On Thu, Nov

Re: [Lldb-commits] [lldb] r252179 - Do not build any of the simulator material on non-Darwin

2015-11-05 Thread Jim Ingham via lldb-commits
.mm means compile with the ObjectiveC++ compiler, not the ObjectiveC compiler. Probably wouldn't effect these files but it seems a really bogus way to tell the build system not to build files... Jim > On Nov 5, 2015, at 10:58 AM, Zachary Turner via lldb-commits >

[Lldb-commits] [lldb] r252179 - Do not build any of the simulator material on non-Darwin

2015-11-05 Thread Enrico Granata via lldb-commits
Author: enrico Date: Thu Nov 5 12:23:10 2015 New Revision: 252179 URL: http://llvm.org/viewvc/llvm-project?rev=252179=rev Log: Do not build any of the simulator material on non-Darwin Modified: lldb/trunk/source/Plugins/Platform/MacOSX/CMakeLists.txt Modified: