Commit 45ec702
committed
tools: fix
Update `tools/make-v8.sh` so that it can work with either `gcc` or
`clang`.
Adds:
- clang settings when CC/CXX environment variables set to clang/clang++.
- Turns off warnings as errors.
Removes:
- goma settings.
- Machine specific settings (moved to Jenkins job configuration).
Refs: https://chromium-review.googlesource.com/c/v8/v8/+/5541431
PR-URL: #59893
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>tools/make-v8.sh for clang1 parent e65b930 commit 45ec702Copy full SHA for 45ec702
File tree
Expand file treeCollapse file tree
1 file changed
+7
-25
lines changedOpen diff view settings
Filter options
- tools
Expand file treeCollapse file tree
1 file changed
+7
-25
lines changedOpen diff view settings
Collapse file
+7-25Lines changed: 7 additions & 25 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | | - |
36 | | - |
37 | | - |
38 | | - |
39 | | - |
40 | | - |
41 | | - |
42 | | - |
43 | | - |
44 | 23 | |
| 24 | + |
45 | 25 | |
46 | 26 | |
47 | 27 | |
48 | 28 | |
49 | 29 | |
50 | | - |
51 | | - |
52 | | - |
53 | | - |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
54 | 36 | |
55 | 37 | |
56 | 38 | |
|
0 commit comments