Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: pkg/front_end/lib/src/incremental_kernel_generator_impl.dart

Issue 2918623004: Use backend targets to run Kernel transformations in Fasta (Closed)
Patch Set: Adjust to the recent changes in master Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/kernel_target.dart ('k') | pkg/front_end/test/fasta/shaker_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/incremental_kernel_generator_impl.dart
diff --git a/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart b/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart
index 578f9b1c6b7acb27e527ed4386f0c8c78ed7dc98..4b167d39b1c71dd81d3b9b281bdce72af2016801 100644
--- a/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart
+++ b/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart
@@ -100,8 +100,8 @@ class IncrementalKernelGeneratorImpl implements IncrementalKernelGenerator {
});
CanonicalName nameRoot = new CanonicalName.root();
- DillTarget dillTarget =
- new DillTarget(new Ticker(isVerbose: false), _uriTranslator, "vm");
+ DillTarget dillTarget = new DillTarget(
+ new Ticker(isVerbose: false), _uriTranslator, "vm_fasta");
List<_LibraryCycleResult> results = [];
await _logger.runAsync('Compute results for cycles', () async {
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/kernel_target.dart ('k') | pkg/front_end/test/fasta/shaker_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698