diff options
author | Ujjwal Sharma <usharma1998@gmail.com> | 2019-09-14 09:20:31 +0530 |
---|---|---|
committer | Myles Borins <myles.borins@gmail.com> | 2019-10-07 03:20:11 -0400 |
commit | 174723354ef6ad20e423c44b6d8af63ef7a0040c (patch) | |
tree | 2694580b3a25cef7f32fa9e9756fc157f6511167 /node.gypi | |
parent | 5981fb7faa13de95550b01272ebfbd8a5220aadb (diff) | |
download | node-new-174723354ef6ad20e423c44b6d8af63ef7a0040c.tar.gz |
tools: patch V8 to run on older XCode versions
Patch V8 (compiler/js-heap-broker.cc) to remove the use of an optional
property, which is a fairly new C++ feature, since that requires a newer
XCode version than the minimum requirement in BUILDING.md and thus
breaks CI.
PR-URL: https://github.com/nodejs/node/pull/29694
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Diffstat (limited to 'node.gypi')
0 files changed, 0 insertions, 0 deletions