Skip to content

Commit ea5bdc9

Browse files
targosnodejs-github-bot
authored andcommitted
tools: update V8 gypfiles for 13.1
Refs: v8/v8@74e68ab Refs: v8/v8@8390dab
1 parent 867c22f commit ea5bdc9

File tree

1 file changed

+5
-44
lines changed

1 file changed

+5
-44
lines changed

tools/v8_gypfiles/v8.gyp

Lines changed: 5 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,11 @@
604604
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?sources = ")',
605605
],
606606
'conditions': [
607+
['v8_enable_maglev==0', {
608+
'sources': [
609+
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?!v8_enable_maglev.*?sources \\+= ")',
610+
],
611+
}],
607612
['v8_enable_snapshot_compression==1', {
608613
'sources': [
609614
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_snapshot_compression.*?sources \\+= ")',
@@ -914,7 +919,6 @@
914919
'v8_base_without_compiler',
915920
'v8_libbase',
916921
'v8_shared_internal_headers',
917-
'v8_turboshaft',
918922
'v8_pch',
919923
'v8_abseil',
920924
'fp16',
@@ -927,40 +931,6 @@
927931
}],
928932
],
929933
}, # v8_compiler
930-
{
931-
'target_name': 'v8_turboshaft',
932-
'type': 'static_library',
933-
'toolsets': ['host', 'target'],
934-
'dependencies': [
935-
'generate_bytecode_builtins_list',
936-
'run_torque',
937-
'v8_internal_headers',
938-
'v8_maybe_icu',
939-
'v8_base_without_compiler',
940-
'v8_libbase',
941-
'v8_shared_internal_headers',
942-
'v8_pch',
943-
'v8_abseil',
944-
'fp16',
945-
],
946-
'sources': [
947-
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?sources = ")',
948-
],
949-
'conditions': [
950-
['v8_enable_maglev==0', {
951-
'sources': [
952-
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?!v8_enable_maglev.*?sources \\+= ")',
953-
],
954-
}],
955-
],
956-
'msvs_settings': {
957-
'VCCLCompilerTool': {
958-
'AdditionalOptions': [
959-
'/bigobj'
960-
],
961-
},
962-
},
963-
}, # v8_turboshaft
964934
{
965935
'target_name': 'v8_compiler_for_mksnapshot',
966936
'type': 'none',
@@ -1061,7 +1031,6 @@
10611031
['v8_enable_webassembly==1', {
10621032
'sources': [
10631033
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_webassembly.*?sources \\+= ")',
1064-
'<(V8_ROOT)/src/wasm/fuzzing/random-module-generation.cc',
10651034
],
10661035
}],
10671036
['v8_enable_heap_snapshot_verify==1', {
@@ -1266,13 +1235,6 @@
12661235
'v8_base_without_compiler',
12671236
'v8_compiler',
12681237
],
1269-
'conditions': [
1270-
['v8_enable_turbofan==1', {
1271-
'dependencies': [
1272-
'v8_turboshaft',
1273-
],
1274-
}],
1275-
],
12761238
}, # v8_base
12771239
{
12781240
'target_name': 'torque_base',
@@ -1677,7 +1639,6 @@
16771639
'v8_libbase',
16781640
'v8_libplatform',
16791641
'v8_maybe_icu',
1680-
'v8_turboshaft',
16811642
'v8_pch',
16821643
'v8_abseil',
16831644
'fp16',

0 commit comments

Comments
 (0)