[zorg] r282261 - [Zorg] Fixing LNT -cflag and moving to a new Perf name
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 23 10:10:19 PDT 2016
Author: rengolin
Date: Fri Sep 23 12:10:19 2016
New Revision: 282261
URL: http://llvm.org/viewvc/llvm-project?rev=282261&view=rev
Log:
[Zorg] Fixing LNT -cflag and moving to a new Perf name
LNT's --cflag needs one per flag, so making sure it gets it right.
Also, since we have a whole new Perf monitor (machine, mode), make sure
we get a new name, and a new meaningful "baseline".
Modified:
zorg/trunk/buildbot/osuosl/master/config/builders.py
Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=282261&r1=282260&r2=282261&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Fri Sep 23 12:10:19 2016
@@ -163,7 +163,7 @@ def _get_clang_builders():
useTwoStage=False,
runTestSuite=True,
env={'PATH':'/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'},
- nt_flags=['--cflag', '-mcpu=cortex-a15 -mthumb',
+ nt_flags=['--cflag', '-mcpu=cortex-a15', '--cflag', '-mthumb',
'--threads=1', '--build-threads=4', '--use-perf',
'--benchmarking-only', '--multisample=3',
'--exclude-stat-from-submission=compile',
@@ -173,7 +173,7 @@ def _get_clang_builders():
"-DLLVM_TARGETS_TO_BUILD='ARM'",
"-DLLVM_PARALLEL_LINK_JOBS=2"],
submitURL='http://llvm.org/perf/submitRun',
- testerName='LNT-Thumbv7-A15-O3')},
+ testerName='LNT-Thumb2v7-A15-O3')},
# Cortex-A15 LNT test-suite in test-only mode
{'name' : "clang-native-arm-lnt",
More information about the llvm-commits
mailing list