Chromium Code Reviews| Index: Makefile.standalone |
| diff --git a/Makefile.standalone b/Makefile.standalone |
| index 5bd0b95ed6e986d82cf8a9b7105dd7579997f6d5..cea93cbb71a726927547471068be6e2a3f1d6c1d 100644 |
| --- a/Makefile.standalone |
| +++ b/Makefile.standalone |
| @@ -69,12 +69,14 @@ SRCS= \ |
| IceLiveness.cpp \ |
| IceOperand.cpp \ |
| IceRegAlloc.cpp \ |
| - IceRNG.cpp \ |
| + IceRNG.cpp \ |
| IceTargetLowering.cpp \ |
| IceTargetLoweringX8632.cpp \ |
| IceTranslator.cpp \ |
| IceTypeConverter.cpp \ |
| IceTypes.cpp \ |
| + assembler.cpp \ |
| + assembler_ia32.cpp \ |
| llvm2ice.cpp \ |
| PNaClTranslator.cpp |