chore: update patches/common/v8

This commit is contained in:
deepak1556 2019-02-14 22:02:03 +05:30 committed by Samuel Attard
parent 9bc3888378
commit a3deae4491
11 changed files with 54 additions and 84 deletions

View file

@ -6,10 +6,10 @@ Subject: expose_mksnapshot.patch
Needed in order to build mksnapshot on arm.
diff --git a/BUILD.gn b/BUILD.gn
index ee2607fad94220c6390b129ee2f069775b00a5d2..b70c09aa34aa7547e7d26d9e35795904a17c092f 100644
index 54528b4b419d52928bac3cab1c9f26f139035512..7160d238f2f703bd1dac731d868120fb1f5aad9f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -3377,8 +3377,6 @@ if (current_toolchain == v8_generator_toolchain) {
@@ -3452,8 +3452,6 @@ if (current_toolchain == v8_generator_toolchain) {
if (v8_use_snapshot && current_toolchain == v8_snapshot_toolchain) {
v8_executable("mksnapshot") {