Commit c4f665f
committed
deps: V8: cherry-pick d1d4c648e7ff
Original commit message:
Disable cross-compilation of clobber-registers.cc
This file uses inline assembly, but inline assembly does not work
for cross-compilation. As this file only contains debug code, no-oping
this file for cross-compilation seems acceptable.
R=ishell@chromium.org
Bug: v8:12926
Change-Id: I01276cf019e8c31e4db6f7f61a3d91526f660578
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3735165
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Reviewed-by: Igor Sheludko <ishell@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81466}
Refs: v8/v8@d1d4c64
PR-URL: #46098
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Richard Lau <rlau@redhat.com>1 parent bac6b7d commit c4f665fCopy full SHA for c4f665f
File tree
Expand file treeCollapse file tree
2 files changed
+19
-16
lines changedOpen diff view settings
Filter options
- deps/v8/src/execution
Expand file treeCollapse file tree
2 files changed
+19
-16
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
| 39 | + |
40 | 40 | |
41 | 41 | |
42 | 42 | |
|
Collapse file
deps/v8/src/execution/clobber-registers.cc
Copy file name to clipboardExpand all lines: deps/v8/src/execution/clobber-registers.cc+18-15Lines changed: 18 additions & 15 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
9 | 12 | |
10 | | - |
| 13 | + |
11 | 14 | |
12 | | - |
| 15 | + |
13 | 16 | |
14 | | - |
| 17 | + |
15 | 18 | |
16 | | - |
| 19 | + |
17 | 20 | |
18 | | - |
| 21 | + |
19 | 22 | |
20 | | - |
| 23 | + |
21 | 24 | |
22 | 25 | |
23 | 26 | |
| ||
26 | 29 | |
27 | 30 | |
28 | 31 | |
29 | | - |
| 32 | + |
30 | 33 | |
31 | 34 | |
32 | 35 | |
33 | 36 | |
34 | 37 | |
35 | 38 | |
36 | | - |
| 39 | + |
| 40 | + |
37 | 41 | |
38 | 42 | |
39 | 43 | |
| ||
42 | 46 | |
43 | 47 | |
44 | 48 | |
45 | | - |
| 49 | + |
46 | 50 | |
47 | 51 | |
48 | | - |
| 52 | + |
49 | 53 | |
50 | 54 | |
51 | | - |
| 55 | + |
52 | 56 | |
53 | 57 | |
54 | | - |
| 58 | + |
55 | 59 | |
56 | 60 | |
57 | | - |
58 | | - |
| 61 | + |
59 | 62 | |
60 | 63 | |
61 | 64 | |
|
0 commit comments