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

Unified Diff: compiler/scripts/build_dartc_for_perf_metrics

Issue 8384005: New location for dartc_*.sh is Release_ia32 now that --mode is removed from (Closed) Base URL: https://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
« no previous file with comments | « no previous file | compiler/scripts/compiler_compare.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/scripts/build_dartc_for_perf_metrics
diff --git a/compiler/scripts/build_dartc_for_perf_metrics b/compiler/scripts/build_dartc_for_perf_metrics
index 512b9f1e85131654723078eec121de2010898f7c..9a1d185774dbda07638dbf4d4af0299231bb513c 100755
--- a/compiler/scripts/build_dartc_for_perf_metrics
+++ b/compiler/scripts/build_dartc_for_perf_metrics
@@ -36,7 +36,7 @@ fi
cd ..
mkdir -p prebuilt
cd prebuilt
-COMPILER_OUTDIR=../compiler/out/Release_dartc
+COMPILER_OUTDIR=../compiler/out/Release_ia32
cp -r $COMPILER_OUTDIR/compiler ./compiler
GENERATED_SCRIPT_DIR=obj.target/geni/dartc
PATH_TO_METRICS_SCRIPT=$COMPILER_OUTDIR/$GENERATED_SCRIPT_DIR
« no previous file with comments | « no previous file | compiler/scripts/compiler_compare.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698