Skip to content

Commit

Permalink
tools: remove v8_dump_build_config action
Browse files Browse the repository at this point in the history
The script has been removed in #44741.

PR-URL: #49301
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
zcbenz authored and UlisesGascon committed Sep 10, 2023
1 parent 73cfd9c commit 9a8fb4f
Showing 1 changed file with 0 additions and 58 deletions.
58 changes: 0 additions & 58 deletions tools/v8_gypfiles/v8.gyp
Expand Up @@ -1844,64 +1844,6 @@
'<(V8_ROOT)/include',
],
},
'actions': [
{
'action_name': 'v8_dump_build_config',
'inputs': [
'<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py',
],
'outputs': [
'<(PRODUCT_DIR)/v8_build_config.json',
],
'variables': {
'v8_dump_build_config_args': [
'<(PRODUCT_DIR)/v8_build_config.json',
'current_cpu=<(v8_current_cpu)',
'dcheck_always_on=<(dcheck_always_on)',
'is_android=<(is_android)',
'is_asan=<(asan)',
'is_cfi=<(cfi_vptr)',
'is_clang=<(clang)',
'is_component_build=<(component)',
'is_debug=<(CONFIGURATION_NAME)',
# Not available in gyp.
'is_full_debug=0',
# Not available in gyp.
'is_gcov_coverage=0',
'is_msan=<(msan)',
'is_tsan=<(tsan)',
# Not available in gyp.
'is_ubsan_vptr=0',
'target_cpu=<(target_arch)',
'v8_current_cpu=<(v8_current_cpu)',
'v8_enable_atomic_object_field_writes=<(v8_enable_atomic_object_field_writes)',
'v8_enable_concurrent_marking=<(v8_enable_concurrent_marking)',
'v8_enable_i18n_support=<(v8_enable_i18n_support)',
'v8_enable_verify_predictable=<(v8_enable_verify_predictable)',
'v8_enable_verify_csa=<(v8_enable_verify_csa)',
'v8_enable_lite_mode=<(v8_enable_lite_mode)',
'v8_enable_pointer_compression=<(v8_enable_pointer_compression)',
'v8_enable_shared_ro_heap=<(v8_enable_shared_ro_heap)',
'v8_enable_webassembly=<(v8_enable_webassembly)',
# Not available in gyp.
'v8_control_flow_integrity=0',
'v8_target_cpu=<(v8_target_arch)',
]
},
'conditions': [
['v8_target_arch=="mips64" or v8_target_arch=="mips64el"', {
'v8_dump_build_config_args': [
'mips_arch_variant=<(mips_arch_variant)',
'mips_use_msa=<(mips_use_msa)',
],
}],
],
'action': [
'<(python)', '<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py',
'<@(v8_dump_build_config_args)',
],
},
],
}, # v8
# missing a bunch of fuzzer targets

Expand Down

0 comments on commit 9a8fb4f

Please sign in to comment.