diff options
author | Jason Molenda <jmolenda@apple.com> | 2018-10-11 00:28:35 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2018-10-11 00:28:35 +0000 |
commit | 32762fd29ddb3db91c7deebd3c29b9dacda4d0c7 (patch) | |
tree | ccad48eaeb10f0e4d57f435d3f5d0ade413c7291 /lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp | |
parent | 51fbb2e70ae8a2a8df24845f7b6fdf4a1aebce4f (diff) | |
download | bcm5719-llvm-32762fd29ddb3db91c7deebd3c29b9dacda4d0c7.tar.gz bcm5719-llvm-32762fd29ddb3db91c7deebd3c29b9dacda4d0c7.zip |
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
Diffstat (limited to 'lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp')
-rw-r--r-- | lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp b/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp index 4748d5e8622..24b6de2167a 100644 --- a/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp +++ b/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp @@ -59,6 +59,7 @@ SystemRuntime *SystemRuntimeMacOSX::CreateInstance(Process *process) { case llvm::Triple::IOS: case llvm::Triple::TvOS: case llvm::Triple::WatchOS: + // NEED_BRIDGEOS_TRIPLE case llvm::Triple::BridgeOS: create = triple_ref.getVendor() == llvm::Triple::Apple; break; default: |