perfetto: update libcxx/libcxxabi/libunwind
This essentially required a rewrite of all the libcxx build rules - all
of thse rules catch up to the current state of Chrome rules (% some
small differences in our flags)
Change-Id: I90612ab32236711ea62539922e2ced42231b014f
diff --git a/tools/install-build-deps b/tools/install-build-deps
index 38e0a48..d6a913f 100755
--- a/tools/install-build-deps
+++ b/tools/install-build-deps
@@ -126,13 +126,13 @@
# tools/clang/scripts/update.py.
Dependency(
'buildtools/linux64/clang.tgz',
- 'https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/clang-llvmorg-16-init-907-g8b740747-1.tgz',
- 'fc874a199fcb217e246c70a8280f959ad1bfed5de27ab25877421e8588237194',
+ 'https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/clang-llvmorg-16-init-8697-g60809cd2-1.tgz',
+ '5ae35f85e0d32136795c6b223bf64263d46678dd4a24fea4e9039e58a32670de',
'linux', 'x64'),
Dependency(
'buildtools/win/clang.tgz',
- 'https://commondatastorage.googleapis.com/chromium-browser-clang/Win/clang-llvmorg-16-init-907-g8b740747-1.tgz',
- 'f8bb1ca55edcccd5a02eb6d55a89b1131ac4d023b102108db41c8c413716116e',
+ 'https://commondatastorage.googleapis.com/chromium-browser-clang/Win/clang-llvmorg-16-init-8697-g60809cd2-1.tgz',
+ '086faec822acba5b9c0308c6a8be34424031027d757efa2b81805aed18ffc521',
'windows', 'x64'),
]
@@ -156,15 +156,15 @@
Dependency(
'buildtools/libcxx',
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git',
- 'd9040c75cfea5928c804ab7c235fed06a63f743a', 'all', 'all'),
+ 'f8571eaba606bde2eb8cd34b30104ca33e7c207e', 'all', 'all'),
Dependency(
'buildtools/libcxxabi',
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git',
- '196ba1aaa8ac285d94f4ea8d9836390a45360533', 'all', 'all'),
+ '8dd405113a4f3694e910b79785dd7fb7535a888a', 'all', 'all'),
Dependency(
'buildtools/libunwind',
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git',
- 'd999d54f4bca789543a2eb6c995af2d9b5a1f3ed', 'all', 'all'),
+ 'aabcd8753678f1536e15eb6385a948470debdae4', 'all', 'all'),
# Keep in sync with chromium DEPS.
Dependency(
@@ -231,7 +231,7 @@
Dependency(
'buildtools/android-unwinding',
'https://android.googlesource.com/platform/system/unwinding.git',
- '0cd809c7033d2f30ba6aa190f1e3fea7a7bab8a2', 'all', 'all'),
+ 'd66882575ebe3700d6a6b10185f3aee28acc1051', 'all', 'all'),
Dependency('buildtools/android-logging',
'https://android.googlesource.com/platform/system/logging.git',
'7b36b566c9113fc703d68f76e8f40c0c2432481c', 'all', 'all'),