Commit 20430ae
deps: V8: Add virtual dtor to avoid aix gcc error
deps/v8/src/torque/file-visitor.h:
* Not currently present in v8/master
deps/v8/third_party/antlr4/BUILD.gn:
* Use current_os variable to avoid is_aix being undefined.
The following patch to v8/build solves this issue for v8/master:
* a1a12ef3b343f9e75c630ed6dc8f1ea44a8a747b
However, the version of '/chromium/src/build.git' cannot be updated to
include this patch in v8/DEPS file. (could potentially cause issues for
other platforms)
The change to deps/v8/src/torque/file-visitor.h is a workaround for
origin/v10.x-staging branch.
PR-URL: #23695
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Yang Guo <yangguo@chromium.org>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>1 parent d3fb599 commit 20430aeCopy full SHA for 20430ae
File tree
Expand file treeCollapse file tree
3 files changed
+6
-2
lines changedOpen diff view settings
Filter options
- deps/v8
- src/torque
- third_party/antlr4
Expand file treeCollapse file tree
3 files changed
+6
-2
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
|
Collapse file
deps/v8/src/torque/file-visitor.h
Copy file name to clipboardExpand all lines: deps/v8/src/torque/file-visitor.h+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
24 | 28 | |
25 | 29 | |
26 | 30 | |
|
Collapse file
deps/v8/third_party/antlr4/BUILD.gn
Copy file name to clipboardExpand all lines: deps/v8/third_party/antlr4/BUILD.gn+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | | - |
| 12 | + |
13 | 13 | |
14 | 14 | |
15 | 15 | |
|
0 commit comments