Skip to content

Commit 11e94b9

Browse files
targosmarco-ippolito
authored andcommitted
deps: patch V8 to avoid duplicated zlib symbol
PR-URL: #49639 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #52293 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 856163e commit 11e94b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Reset this number to 0 on major V8 upgrades.
3939
# Increment by one for each non-official patch applied to deps/v8.
40-
'v8_embedder_string': '-node.5',
40+
'v8_embedder_string': '-node.6',
4141

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

deps/v8/third_party/zlib/chromeconf.h

+1
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,6 @@
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
202203

203204
#endif /* THIRD_PARTY_ZLIB_CHROMECONF_H_ */

0 commit comments

Comments
 (0)