{{ message }}
Commit 5451975
deps: 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: #32116
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>1 parent c460f7a commit 5451975
3 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4466 | 4466 | | |
4467 | 4467 | | |
4468 | 4468 | | |
| 4469 | + | |
4469 | 4470 | | |
4470 | 4471 | | |
4471 | 4472 | | |
| |||

0 commit comments