Upstreaming the BridgeOS device support and the
LC_BUILD_VERSION load command handling - this commit is a combination of patches by Adrian Prantl and myself. llvm::Triple::BridgeOS isn't defined yet, so all references to that are currently commented out. Also update Xcode project file to build the NativePDB etc plugins. <rdar://problem/43353615> llvm-svn: 344209
This commit is contained in:
@@ -106,6 +106,7 @@
|
||||
#include "Plugins/Platform/MacOSX/PlatformDarwinKernel.h"
|
||||
#include "Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h"
|
||||
#include "Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h"
|
||||
#include "Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h"
|
||||
#include "Plugins/Platform/MacOSX/PlatformiOSSimulator.h"
|
||||
#include "Plugins/Process/MacOSX-Kernel/ProcessKDP.h"
|
||||
#include "Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h"
|
||||
@@ -378,6 +379,7 @@ void SystemInitializerFull::Initialize() {
|
||||
PlatformAppleWatchSimulator::Initialize();
|
||||
PlatformRemoteAppleTV::Initialize();
|
||||
PlatformRemoteAppleWatch::Initialize();
|
||||
PlatformRemoteAppleBridge::Initialize();
|
||||
DynamicLoaderDarwinKernel::Initialize();
|
||||
#endif
|
||||
|
||||
@@ -499,6 +501,7 @@ void SystemInitializerFull::Terminate() {
|
||||
PlatformAppleWatchSimulator::Terminate();
|
||||
PlatformRemoteAppleTV::Terminate();
|
||||
PlatformRemoteAppleWatch::Terminate();
|
||||
PlatformRemoteAppleBridge::Terminate();
|
||||
#endif
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
|
||||
Reference in New Issue
Block a user