diff options
| author | Chaoren Lin <chaorenl@google.com> | 2015-11-05 18:49:02 +0000 |
|---|---|---|
| committer | Chaoren Lin <chaorenl@google.com> | 2015-11-05 18:49:02 +0000 |
| commit | 803cf14e5267584cfc72a204bf61c68272f3af48 (patch) | |
| tree | e5489cea724394505baacf1e3c35ccde50edbebf | |
| parent | cc8aa4f619072c3a1392ffc5eba8ebf0b56b6ae7 (diff) | |
| download | bcm5719-llvm-803cf14e5267584cfc72a204bf61c68272f3af48.tar.gz bcm5719-llvm-803cf14e5267584cfc72a204bf61c68272f3af48.zip | |
Revert "Do not build any of the simulator material on non-Darwin"
This breaks the cmake build on all non-darwin platforms.
This reverts commit ff6cc332dd6654620e3408d06f8f49a0c9b3cd41.
rL252179
llvm-svn: 252182
| -rw-r--r-- | lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt b/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt index e14b2caf335..5ec62ba7632 100644 --- a/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt +++ b/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt @@ -1,15 +1,15 @@ list(APPEND PLUGIN_PLATFORM_MACOSX_SOURCES + PlatformAppleSimulator.cpp PlatformDarwin.cpp PlatformDarwinKernel.cpp + PlatformiOSSimulator.cpp PlatformMacOSX.cpp PlatformRemoteiOS.cpp ) if(CMAKE_SYSTEM_NAME MATCHES "Darwin") list(APPEND PLUGIN_PLATFORM_MACOSX_SOURCES - PlatformAppleSimulator.cpp PlatformiOSSimulatorCoreSimulatorSupport.mm - PlatformiOSSimulator.cpp ) endif() |

