Update build tools, clang, libc++, libc++abi, rust Align with Chromium upstream Bug: 350801620 Change-Id: Ib07a87f40b0f1aabbb984162910b00a0e3eb9ea4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196317 Commit-Queue: dan sinclair <dsinclair@chromium.org> Auto-Submit: David Neto <dneto@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org>
diff --git a/DEPS b/DEPS index 04848aa..1d4197a 100644 --- a/DEPS +++ b/DEPS
@@ -64,7 +64,7 @@ deps = { 'buildtools': { - 'url': '{chromium_git}/chromium/src/buildtools@efa920ce144e4dc1c1841e73179cd7e23b9f0d5e', + 'url': '{chromium_git}/chromium/src/buildtools@896ec6b3b02cd3c372d938bea2df40ad657ea57a', 'condition': 'dawn_standalone', }, 'third_party/clang-format/script': { @@ -102,12 +102,12 @@ }, 'third_party/libc++/src': { - 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@93a8f551c85a12ab102407db0f9a2236bcac505a', + 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@751aebaa8868e1702df097bdd6fecec00f83e534', 'condition': 'dawn_standalone', }, 'third_party/libc++abi/src': { - 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@5f2c9767ceaeb8a21e4004890bf2c6b08faa8687', + 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@e5b130d5dc3058457ea0658a55ae6bb968f75f0e', 'condition': 'dawn_standalone', }, @@ -115,15 +115,15 @@ # The //build, //tools/clang, and //tools/rust deps should all be updated # in unison, as there are dependencies between them. 'build': { - 'url': '{chromium_git}/chromium/src/build@007a74bf79d5c749f6c217f743999ffdcea4cbec', + 'url': '{chromium_git}/chromium/src/build@41cbb5873464cc637d22a8340f76930fbbf6a5b3', 'condition': 'dawn_standalone', }, 'tools/clang': { - 'url': '{chromium_git}/chromium/src/tools/clang@7d6eb60255e85509c5124e727d5c9502a344c9f1', + 'url': '{chromium_git}/chromium/src/tools/clang@ee9095f6e18be293dfdff963575b1fb7d3e1151d', 'condition': 'dawn_standalone', }, 'tools/rust': { - 'url': '{chromium_git}/chromium/src/tools/rust@e509baed59ecd097b6fe27c0ffabd3be5ed87860', + 'url': '{chromium_git}/chromium/src/tools/rust@b40b86555ee5e6f9749749072665fb052cb90012', 'condition': 'dawn_standalone and checkout_rust', }, 'tools/clang/dsymutil': {
diff --git a/build b/build index 007a74b..41cbb58 160000 --- a/build +++ b/build
@@ -1 +1 @@ -Subproject commit 007a74bf79d5c749f6c217f743999ffdcea4cbec +Subproject commit 41cbb5873464cc637d22a8340f76930fbbf6a5b3
diff --git a/buildtools b/buildtools index efa920c..896ec6b 160000 --- a/buildtools +++ b/buildtools
@@ -1 +1 @@ -Subproject commit efa920ce144e4dc1c1841e73179cd7e23b9f0d5e +Subproject commit 896ec6b3b02cd3c372d938bea2df40ad657ea57a
diff --git a/third_party/libc++/src b/third_party/libc++/src index 93a8f55..751aeba 160000 --- a/third_party/libc++/src +++ b/third_party/libc++/src
@@ -1 +1 @@ -Subproject commit 93a8f551c85a12ab102407db0f9a2236bcac505a +Subproject commit 751aebaa8868e1702df097bdd6fecec00f83e534
diff --git a/third_party/libc++abi/src b/third_party/libc++abi/src index 5f2c976..e5b130d 160000 --- a/third_party/libc++abi/src +++ b/third_party/libc++abi/src
@@ -1 +1 @@ -Subproject commit 5f2c9767ceaeb8a21e4004890bf2c6b08faa8687 +Subproject commit e5b130d5dc3058457ea0658a55ae6bb968f75f0e
diff --git a/tools/clang b/tools/clang index 7d6eb60..ee9095f 160000 --- a/tools/clang +++ b/tools/clang
@@ -1 +1 @@ -Subproject commit 7d6eb60255e85509c5124e727d5c9502a344c9f1 +Subproject commit ee9095f6e18be293dfdff963575b1fb7d3e1151d
diff --git a/tools/rust b/tools/rust index e509bae..b40b865 160000 --- a/tools/rust +++ b/tools/rust
@@ -1 +1 @@ -Subproject commit e509baed59ecd097b6fe27c0ffabd3be5ed87860 +Subproject commit b40b86555ee5e6f9749749072665fb052cb90012