Index: pkg/compiler/lib/src/compiler.dart |
diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart |
index e04c88a3f379b1f49a70da5768bf4c645fab1ce7..db180aa93f496307e18dd23bfc5d99c00e88b4f9 100644 |
--- a/pkg/compiler/lib/src/compiler.dart |
+++ b/pkg/compiler/lib/src/compiler.dart |
@@ -1153,6 +1153,7 @@ abstract class Compiler implements DiagnosticListener { |
log('Compiling...'); |
phase = PHASE_COMPILING; |
+ backend.onCodegenStart(); |
// TODO(johnniwinther): Move these to [CodegenEnqueuer]. |
if (hasIsolateSupport) { |
backend.enableIsolateSupport(enqueuer.codegen); |