[zorg] r177412 - Change LNT ARM bot to run once, as A15
Renato Golin
renato.golin at linaro.org
Tue Mar 19 10:00:17 PDT 2013
Author: rengolin
Date: Tue Mar 19 12:00:17 2013
New Revision: 177412
URL: http://llvm.org/viewvc/llvm-project?rev=177412&view=rev
Log:
Change LNT ARM bot to run once, as A15
This change will make the bot a lot faster, and since we're
not into benchmark numbers right now, that's a big thing. It
also makes TSVC/Reductions-flt pass, since chosing VMUL from
VFP behaves like SSE's equivalent (while NEON's SPFP rounds
FLT_MIN to zero).
I'll open a bug on the last topic.
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=177412&r1=177411&r2=177412&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Tue Mar 19 12:00:17 2013
@@ -237,7 +237,7 @@ def _get_clang_builders():
'slavenames':["linaro-chrome-01"],
'builddir':"clang-native-arm-lnt",
'factory' : LNTBuilder.getLNTFactory(triple='armv7l-unknown-linux-gnueabihf',
- nt_flags=['--multisample=3'],
+ nt_flags=['--cflag', '-mcpu=cortex-a15'],
jobs=2, use_pty_in_tests=True, clean=False,
testerName='O3-vect', run_cxx_tests=True)},
More information about the llvm-commits
mailing list