From 14d24cc4d226a8317ea4eb1938840f86588dddfe Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Mon, 13 Nov 2017 11:46:22 -0500 Subject: deps: patch V8 to 6.2.414.44 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/v8/v8/compare/6.2.414.32...6.2.414.44 PR-URL: https://github.com/nodejs/node/pull/16848 Reviewed-By: Ali Ijaz Sheikh Reviewed-By: Franziska Hinkelmann Reviewed-By: Michaƫl Zasso Reviewed-By: Gireesh Punathil Reviewed-By: Colin Ihrig --- deps/v8/BUILD.gn | 2 -- 1 file changed, 2 deletions(-) (limited to 'deps/v8/BUILD.gn') diff --git a/deps/v8/BUILD.gn b/deps/v8/BUILD.gn index 17759e1fbd..4d3fcd9648 100644 --- a/deps/v8/BUILD.gn +++ b/deps/v8/BUILD.gn @@ -827,7 +827,6 @@ action("v8_dump_build_config") { is_gcov_coverage = v8_code_coverage && !is_clang args = [ rebase_path("$root_out_dir/v8_build_config.json", root_build_dir), - "current_cpu=\"$current_cpu\"", "dcheck_always_on=$dcheck_always_on", "is_asan=$is_asan", "is_cfi=$is_cfi", @@ -838,7 +837,6 @@ action("v8_dump_build_config") { "is_tsan=$is_tsan", "is_ubsan_vptr=$is_ubsan_vptr", "target_cpu=\"$target_cpu\"", - "v8_current_cpu=\"$v8_current_cpu\"", "v8_enable_i18n_support=$v8_enable_i18n_support", "v8_target_cpu=\"$v8_target_cpu\"", "v8_use_snapshot=$v8_use_snapshot", -- cgit v1.2.3