| Index: src/crankshaft/lithium-codegen.cc
|
| diff --git a/src/crankshaft/lithium-codegen.cc b/src/crankshaft/lithium-codegen.cc
|
| index c5b7e9c470e805799faee77cd59534fa1dba4840..ff4e78f6a7aab863bb206b0fe847f085549bf6b9 100644
|
| --- a/src/crankshaft/lithium-codegen.cc
|
| +++ b/src/crankshaft/lithium-codegen.cc
|
| @@ -30,6 +30,9 @@
|
| #elif V8_TARGET_ARCH_PPC
|
| #include "src/crankshaft/ppc/lithium-ppc.h" // NOLINT
|
| #include "src/crankshaft/ppc/lithium-codegen-ppc.h" // NOLINT
|
| +#elif V8_TARGET_ARCH_S390
|
| +#include "src/crankshaft/s390/lithium-s390.h" // NOLINT
|
| +#include "src/crankshaft/s390/lithium-codegen-s390.h" // NOLINT
|
| #else
|
| #error Unsupported target architecture.
|
| #endif
|
|
|