Commit 15b91fa
deps: V8: backport 895949419186
Original commit message:
Add -Wno-string-concatenation to test/cctest:cctest_sources
v8/test/cctest/interpreter/test-bytecode-generator.cc contains lots of string arrays with intentional concatenation.
Bug: chromium:1114873
Change-Id: Ie9d35c3849b5b0a6d1d01b6ce21fb80a320d8736
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2366829
Commit-Queue: Arthur Eubanks <aeubanks@google.com>
Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69625}
Refs: v8/v8@8959494
PR-URL: #39245
Refs: nodejs/build#2696
Reviewed-By: Richard Lau <rlau@redhat.com>1 parent 8046daf commit 15b91faCopy full SHA for 15b91fa
2 files changed
+8-1Lines changed: 8 additions & 1 deletion
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- deps/v8/test/cctest
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
| 37 | + |
38 | 38 | |
39 | 39 | |
40 | 40 | |
|
Collapse file
deps/v8/test/cctest/BUILD.gn
Copy file name to clipboardExpand all lines: deps/v8/test/cctest/BUILD.gn+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
63 | 63 | |
64 | 64 | |
65 | 65 | |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
66 | 72 | |
67 | 73 | |
68 | 74 | |
| ||
376 | 382 | |
377 | 383 | |
378 | 384 | |
| 385 | + |
379 | 386 | |
380 | 387 | |
381 | 388 | |
|
0 commit comments