Skip to content

Commit 57f9430

Browse files
targosRafaelGSS
authored andcommitted
deps: patch V8 to avoid duplicated zlib symbol
PR-URL: #54077 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> PR-URL: #58070 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent f26cab1 commit 57f9430

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

common.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
# Reset this number to 0 on major V8 upgrades.
4040
# Increment by one for each non-official patch applied to deps/v8.
41-
'v8_embedder_string': '-node.0',
41+
'v8_embedder_string': '-node.1',
4242

4343
##### V8 defaults for Node.js #####
4444

deps/v8/third_party/zlib/chromeconf.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,8 @@
199199
/* Symbols added by cpu_features.c */
200200
#define cpu_check_features Cr_z_cpu_check_features
201201
#define x86_cpu_enable_sse2 Cr_z_x86_cpu_enable_sse2
202+
#define x86_cpu_enable_avx512 Cr_z_x86_cpu_enable_avx512
203+
#define riscv_cpu_enable_rvv Cr_z_riscv_cpu_enable_rvv
204+
#define riscv_cpu_enable_vclmul Cr_z_riscv_cpu_enable_vclmul
202205

203206
#endif /* THIRD_PARTY_ZLIB_CHROMECONF_H_ */

0 commit comments

Comments
 (0)