Commit 6ae7d30
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.
Backport-PR-URL: #30109
PR-URL: #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>1 parent 5bd6947 commit 6ae7d30Copy full SHA for 6ae7d30
File tree
Expand file treeCollapse file tree
2 files changed
+2
-1
lines changedOpen diff view settings
Filter options
- deps/v8/src
- compiler
- interpreter
Expand file treeCollapse file tree
2 files changed
+2
-1
lines changedOpen diff view settings
Collapse file
deps/v8/src/compiler/js-heap-broker.cc
Copy file name to clipboardExpand all lines: deps/v8/src/compiler/js-heap-broker.cc+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4115 | 4115 | |
4116 | 4116 | |
4117 | 4117 | |
| 4118 | + |
4118 | 4119 | |
4119 | 4120 | |
4120 | 4121 | |
|
Collapse file
deps/v8/src/interpreter/interpreter.cc
Copy file name to clipboardExpand all lines: deps/v8/src/interpreter/interpreter.cc+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
280 | 280 | |
281 | 281 | |
282 | 282 | |
283 | | - |
| 283 | + |
284 | 284 | |
285 | 285 | |
286 | 286 | |
|
0 commit comments