Skip to content

Commit 64e8646

Browse files
committedAug 16, 2024
tools: update V8 gypfiles for 12.8
Refs: v8/v8@06847fb PR-URL: #54077 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent dc352a5 commit 64e8646

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

Diff for: ‎tools/v8_gypfiles/v8.gyp

+13
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249
'v8_initializers',
250250
'v8_maybe_icu',
251251
'v8_abseil',
252+
'fp16',
252253
],
253254
'sources': [
254255
'<(V8_ROOT)/src/init/setup-isolate-full.cc',
@@ -265,6 +266,7 @@
265266
'generate_bytecode_builtins_list',
266267
'run_torque',
267268
'v8_abseil',
269+
'fp16',
268270
],
269271
'cflags!': ['-O3'],
270272
'cflags': ['-O1'],
@@ -293,6 +295,7 @@
293295
'v8_shared_internal_headers',
294296
'v8_pch',
295297
'v8_abseil',
298+
'fp16',
296299
],
297300
'include_dirs': [
298301
'<(SHARED_INTERMEDIATE_DIR)',
@@ -916,6 +919,7 @@
916919
'v8_turboshaft',
917920
'v8_pch',
918921
'v8_abseil',
922+
'fp16',
919923
],
920924
'conditions': [
921925
['v8_enable_turbofan==1', {
@@ -939,6 +943,7 @@
939943
'v8_shared_internal_headers',
940944
'v8_pch',
941945
'v8_abseil',
946+
'fp16',
942947
],
943948
'sources': [
944949
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?sources = ")',
@@ -1674,6 +1679,7 @@
16741679
'v8_turboshaft',
16751680
'v8_pch',
16761681
'v8_abseil',
1682+
'fp16',
16771683
# "build/win:default_exe_manifest",
16781684
],
16791685
'sources': [
@@ -2243,6 +2249,8 @@
22432249
'<(ABSEIL_ROOT)/absl/base/log_severity.h',
22442250
'<(ABSEIL_ROOT)/absl/base/log_severity.cc',
22452251
'<(ABSEIL_ROOT)/absl/base/macros.h',
2252+
'<(ABSEIL_ROOT)/absl/base/nullability.h',
2253+
'<(ABSEIL_ROOT)/absl/base/nullability_impl.h',
22462254
'<(ABSEIL_ROOT)/absl/base/optimization.h',
22472255
'<(ABSEIL_ROOT)/absl/base/options.h',
22482256
'<(ABSEIL_ROOT)/absl/base/policy_checks.h',
@@ -2285,6 +2293,9 @@
22852293
'<(ABSEIL_ROOT)/absl/crc/internal/crc_x86_arm_combined.cc',
22862294
'<(ABSEIL_ROOT)/absl/debugging/internal/address_is_readable.h',
22872295
'<(ABSEIL_ROOT)/absl/debugging/internal/address_is_readable.cc',
2296+
'<(ABSEIL_ROOT)/absl/debugging/internal/bounded_utf8_length_sequence.h',
2297+
'<(ABSEIL_ROOT)/absl/debugging/internal/decode_rust_punycode.h',
2298+
'<(ABSEIL_ROOT)/absl/debugging/internal/decode_rust_punycode.cc',
22882299
'<(ABSEIL_ROOT)/absl/debugging/internal/demangle.h',
22892300
'<(ABSEIL_ROOT)/absl/debugging/internal/demangle.cc',
22902301
'<(ABSEIL_ROOT)/absl/debugging/internal/demangle_rust.h',
@@ -2302,6 +2313,8 @@
23022313
'<(ABSEIL_ROOT)/absl/debugging/internal/stacktrace_win32-inl.inc',
23032314
'<(ABSEIL_ROOT)/absl/debugging/internal/stacktrace_x86-inl.inc',
23042315
'<(ABSEIL_ROOT)/absl/debugging/internal/symbolize.h',
2316+
'<(ABSEIL_ROOT)/absl/debugging/internal/utf8_for_code_point.h',
2317+
'<(ABSEIL_ROOT)/absl/debugging/internal/utf8_for_code_point.cc',
23052318
'<(ABSEIL_ROOT)/absl/debugging/internal/vdso_support.h',
23062319
'<(ABSEIL_ROOT)/absl/debugging/internal/vdso_support.cc',
23072320
'<(ABSEIL_ROOT)/absl/debugging/stacktrace.h',

0 commit comments

Comments
 (0)
Please sign in to comment.