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

Unified Diff: pkg/front_end/tool/fasta

Issue 2770623003: Add kernel-service subcommand to fasta script. (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/tool/fasta
diff --git a/pkg/front_end/tool/fasta b/pkg/front_end/tool/fasta
index 5f8c819675ce7f0be04aee94a2cc873a533486c5..45a5f3d1b0b5492986befd56579b85baf0a959d7 100755
--- a/pkg/front_end/tool/fasta
+++ b/pkg/front_end/tool/fasta
@@ -47,6 +47,11 @@ case "${1//_/-}" in
stop "Usage: $1 dillfile [output]"
fi
;;
+ kernel-service)
+ shift
+ exec "${DART_VM}" -c -DDFE_VERBOSE=true \
+ --dfe="${REPO_DIR}/utils/kernel-service/kernel-service.dart" "$@"
+ ;;
testing)
SCRIPT="${REPO_DIR}/pkg/testing/bin/testing.dart"
set -- "$@" "--config=${REPO_DIR}/pkg/front_end/test/fasta/testing.json"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698