| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index b927c7476fa7cae21c8be6180fe8bf67cb73d8e3..625a7441fdb2be692de6f49b6a72c5bcae41b496 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -812,6 +812,8 @@ source_set("v8_base") {
|
| "src/compiler/dead-code-elimination.cc",
|
| "src/compiler/dead-code-elimination.h",
|
| "src/compiler/diamond.h",
|
| + "src/compiler/effect-control-linearizer.cc",
|
| + "src/compiler/effect-control-linearizer.h",
|
| "src/compiler/escape-analysis-reducer.cc",
|
| "src/compiler/escape-analysis-reducer.h",
|
| "src/compiler/escape-analysis.cc",
|
|
|