Update V8 DEPS (trusted)
This also temporarily resets to C++17 with MSVC (https://crbug.com/1377771). Rolling v8/build:35a1478..b8f0bc7
Rolling v8/buildtools:be63ea5..10c7a0a
Rolling v8/buildtools/third_party/libc++/trunk:9f512cf..997e036
Rolling v8/third_party/catapult: https://chromium.googlesource.com/catapult/+log/981585a..cf46d16 Rolling v8/third_party/depot_tools:3b95525..9879712
Rolling v8/third_party/fuchsia-sdk/sdk: version:10.20221020.1.1..version:10.20221021.3.1 Rolling v8/tools/clang:2619cde..7b9e2e2
Bug: chromium:1377771 Change-Id: I140715f6b808a04192372c797fac5cbb0a3ac759 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3972912 Reviewed-by: Liviu Rau <liviurau@google.com> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Reviewed-by: Alexander Schulze <alexschulze@chromium.org> Cr-Commit-Position: refs/heads/main@{#83874}
This commit is contained in:
parent
defc4088cc
commit
b0644d42b8
4
BUILD.gn
4
BUILD.gn
@ -1460,6 +1460,10 @@ config("toolchain") {
|
|||||||
"/wd4715", # 'function' : not all control paths return a value'
|
"/wd4715", # 'function' : not all control paths return a value'
|
||||||
# MSVC does not analyze switch (enum) for completeness.
|
# MSVC does not analyze switch (enum) for completeness.
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# TODO(https://crbug.com/1377771): Keep MSVC on C++17 until source code is
|
||||||
|
# made compatible with C++20.
|
||||||
|
cflags_cc = [ "/std:c++17" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_clang && !is_win) {
|
if (!is_clang && !is_win) {
|
||||||
|
14
DEPS
14
DEPS
@ -58,7 +58,7 @@ vars = {
|
|||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling Fuchsia sdk
|
# the commit queue can handle CLs rolling Fuchsia sdk
|
||||||
# and whatever else without interference from each other.
|
# and whatever else without interference from each other.
|
||||||
'fuchsia_version': 'version:10.20221020.1.1',
|
'fuchsia_version': 'version:10.20221021.3.1',
|
||||||
|
|
||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling android_sdk_build-tools_version
|
# the commit queue can handle CLs rolling android_sdk_build-tools_version
|
||||||
@ -98,9 +98,9 @@ deps = {
|
|||||||
'base/trace_event/common':
|
'base/trace_event/common':
|
||||||
Var('chromium_url') + '/chromium/src/base/trace_event/common.git' + '@' + '521ac34ebd795939c7e16b37d9d3ddb40e8ed556',
|
Var('chromium_url') + '/chromium/src/base/trace_event/common.git' + '@' + '521ac34ebd795939c7e16b37d9d3ddb40e8ed556',
|
||||||
'build':
|
'build':
|
||||||
Var('chromium_url') + '/chromium/src/build.git' + '@' + '35a14780e1f603cef56a4a7750bdde49118a215a',
|
Var('chromium_url') + '/chromium/src/build.git' + '@' + 'b8f0bc70a2045b594d381b839b30360cd2985052',
|
||||||
'buildtools':
|
'buildtools':
|
||||||
Var('chromium_url') + '/chromium/src/buildtools.git' + '@' + 'be63ea5c90ac9873b41abe4956cbdcd2b2d1ca2d',
|
Var('chromium_url') + '/chromium/src/buildtools.git' + '@' + '10c7a0a092c423d7952b98cceb5cd5c4f18210fe',
|
||||||
'buildtools/clang_format/script':
|
'buildtools/clang_format/script':
|
||||||
Var('chromium_url') + '/external/github.com/llvm/llvm-project/clang/tools/clang-format.git' + '@' + '8b525d2747f2584fc35d8c7e612e66f377858df7',
|
Var('chromium_url') + '/external/github.com/llvm/llvm-project/clang/tools/clang-format.git' + '@' + '8b525d2747f2584fc35d8c7e612e66f377858df7',
|
||||||
'buildtools/linux64': {
|
'buildtools/linux64': {
|
||||||
@ -124,7 +124,7 @@ deps = {
|
|||||||
'condition': 'host_os == "mac"',
|
'condition': 'host_os == "mac"',
|
||||||
},
|
},
|
||||||
'buildtools/third_party/libc++/trunk':
|
'buildtools/third_party/libc++/trunk':
|
||||||
Var('chromium_url') + '/external/github.com/llvm/llvm-project/libcxx.git' + '@' + '9f512cf5eeefe814556dc888d0cfe35efd25c6bd',
|
Var('chromium_url') + '/external/github.com/llvm/llvm-project/libcxx.git' + '@' + '997e0365a28628ec7736aa942577c91ee02cdbca',
|
||||||
'buildtools/third_party/libc++abi/trunk':
|
'buildtools/third_party/libc++abi/trunk':
|
||||||
Var('chromium_url') + '/external/github.com/llvm/llvm-project/libcxxabi.git' + '@' + '519e9ef6cc1c284bb1ee13540f123cdc4c269224',
|
Var('chromium_url') + '/external/github.com/llvm/llvm-project/libcxxabi.git' + '@' + '519e9ef6cc1c284bb1ee13540f123cdc4c269224',
|
||||||
'buildtools/third_party/libunwind/trunk':
|
'buildtools/third_party/libunwind/trunk':
|
||||||
@ -202,7 +202,7 @@ deps = {
|
|||||||
'dep_type': 'cipd',
|
'dep_type': 'cipd',
|
||||||
},
|
},
|
||||||
'third_party/catapult': {
|
'third_party/catapult': {
|
||||||
'url': Var('chromium_url') + '/catapult.git' + '@' + '981585a127388385853b3dea72b40b739c68f309',
|
'url': Var('chromium_url') + '/catapult.git' + '@' + 'cf46d1667f2a893d9f9f1e0570f14574c4ea2bd6',
|
||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'third_party/colorama/src': {
|
'third_party/colorama/src': {
|
||||||
@ -210,7 +210,7 @@ deps = {
|
|||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'third_party/depot_tools':
|
'third_party/depot_tools':
|
||||||
Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '3b9552584dd763bc79a3cdae897a0cd624b2dcf5',
|
Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '987971208958de7c60e625a8b02a82fe93d5a48e',
|
||||||
'third_party/fuchsia-sdk/sdk': {
|
'third_party/fuchsia-sdk/sdk': {
|
||||||
'packages': [
|
'packages': [
|
||||||
{
|
{
|
||||||
@ -264,7 +264,7 @@ deps = {
|
|||||||
'third_party/zlib':
|
'third_party/zlib':
|
||||||
Var('chromium_url') + '/chromium/src/third_party/zlib.git'+ '@' + 'cff720848d7ddad191354f153f7acbb43af09b74',
|
Var('chromium_url') + '/chromium/src/third_party/zlib.git'+ '@' + 'cff720848d7ddad191354f153f7acbb43af09b74',
|
||||||
'tools/clang':
|
'tools/clang':
|
||||||
Var('chromium_url') + '/chromium/src/tools/clang.git' + '@' + '2619cde247bf037c2afa19b0913cccddac12ccbd',
|
Var('chromium_url') + '/chromium/src/tools/clang.git' + '@' + '7b9e2e22a38b1241dbe444aaea05b3bb334caaac',
|
||||||
'tools/luci-go': {
|
'tools/luci-go': {
|
||||||
'packages': [
|
'packages': [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user