summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2018-10-11 00:28:35 +0000
committerJason Molenda <jmolenda@apple.com>2018-10-11 00:28:35 +0000
commit32762fd29ddb3db91c7deebd3c29b9dacda4d0c7 (patch)
treeccad48eaeb10f0e4d57f435d3f5d0ade413c7291 /lldb/scripts
parent51fbb2e70ae8a2a8df24845f7b6fdf4a1aebce4f (diff)
downloadbcm5719-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/scripts')
-rw-r--r--lldb/scripts/Xcode/package-clang-headers.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/scripts/Xcode/package-clang-headers.py b/lldb/scripts/Xcode/package-clang-headers.py
index 37f99919f86..32f84bc0894 100644
--- a/lldb/scripts/Xcode/package-clang-headers.py
+++ b/lldb/scripts/Xcode/package-clang-headers.py
@@ -37,6 +37,9 @@ if not os.path.isdir(llvm_build_dir):
llvm_build_dir = re.sub("-appletvos-", "-watchos-", llvm_build_dir)
if not os.path.isdir(llvm_build_dir):
+ llvm_build_dir = re.sub("-watchos-", "-bridgeos-", llvm_build_dir)
+
+if not os.path.isdir(llvm_build_dir):
print llvm_build_dir + " doesn't exist"
sys.exit(1)
OpenPOWER on IntegriCloud