summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2015-11-05 18:23:10 +0000
committerEnrico Granata <egranata@apple.com>2015-11-05 18:23:10 +0000
commitdaf1c8bfc76efbafd910f423292e13ef76ec5310 (patch)
tree8e79004219428d602ad3a8442b3f968d53745b10
parent7f20fb90e2b583e13fc1495a7540def7c098965c (diff)
downloadbcm5719-llvm-daf1c8bfc76efbafd910f423292e13ef76ec5310.tar.gz
bcm5719-llvm-daf1c8bfc76efbafd910f423292e13ef76ec5310.zip
Do not build any of the simulator material on non-Darwin
llvm-svn: 252179
-rw-r--r--lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt4
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 5ec62ba7632..e14b2caf335 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()
OpenPOWER on IntegriCloud