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

Unified Diff: compiler/scripts/build_dartc_for_perf_metrics

Issue 8341103: build.py will not accept --arch=dartc soon, so removing references and uses of --arch=dartc in th... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 2 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
Index: compiler/scripts/build_dartc_for_perf_metrics
===================================================================
--- compiler/scripts/build_dartc_for_perf_metrics (revision 881)
+++ compiler/scripts/build_dartc_for_perf_metrics (working copy)
@@ -25,7 +25,7 @@
# Build dartc
cd compiler
-../tools/build.py --mode release --arch dartc
+../tools/build.py --mode release
rc=$?
if [ $rc -ne 0 ]; then
exit $rc

Powered by Google App Engine
This is Rietveld 408576698