Skip to content

Commit 18204de

Browse files
committed
deps: patch V8 to avoid duplicated zlib symbol
PR-URL: nodejs#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]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
1 parent 273b68a commit 18204de

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

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
@@ -207,5 +207,8 @@
207207
/* Symbols added by cpu_features.c */
208208
#define cpu_check_features Cr_z_cpu_check_features
209209
#define x86_cpu_enable_sse2 Cr_z_x86_cpu_enable_sse2
210+
#define x86_cpu_enable_avx512 Cr_z_x86_cpu_enable_avx512
211+
#define riscv_cpu_enable_rvv Cr_z_riscv_cpu_enable_rvv
212+
#define riscv_cpu_enable_vclmul Cr_z_riscv_cpu_enable_vclmul
210213

211214
#endif /* THIRD_PARTY_ZLIB_CHROMECONF_H_ */

0 commit comments

Comments
 (0)