deps: V8: cherry-pick 8f0b94671ddb
Original commit message:
[gcc] Add include for TurboShaft
Include <limits> for std::numeric_limits.
Bug: chromium:819294
Change-Id: I26a71ed4bad1858d2f5ed5d7dcd529e9cae60f37
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4889285
Commit-Queue: Nico Hartmann <nicohartmann@chromium.org>
Reviewed-by: Nico Hartmann <nicohartmann@chromium.org>
Cr-Commit-Position: refs/heads/main@{#90347}
Refs: 8f0b94671d
PR-URL: https://github.com/nodejs/node/pull/50654
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
242cbd7d1a
commit
0ee49c8620
@ -36,7 +36,7 @@
|
||||
|
||||
# Reset this number to 0 on major V8 upgrades.
|
||||
# Increment by one for each non-official patch applied to deps/v8.
|
||||
'v8_embedder_string': '-node.15',
|
||||
'v8_embedder_string': '-node.16',
|
||||
|
||||
##### V8 defaults for Node.js #####
|
||||
|
||||
|
1
deps/v8/src/compiler/turboshaft/utils.h
vendored
1
deps/v8/src/compiler/turboshaft/utils.h
vendored
@ -6,6 +6,7 @@
|
||||
#define V8_COMPILER_TURBOSHAFT_UTILS_H_
|
||||
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
#include <tuple>
|
||||
|
||||
#include "src/base/logging.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user