[zorg] r210112 - add a missing --cflag for the -mcpu=native LNT option.

Will Schmidt will_schmidt at vnet.ibm.com
Tue Jun 3 08:52:10 PDT 2014


Author: willschm
Date: Tue Jun  3 10:52:10 2014
New Revision: 210112

URL: http://llvm.org/viewvc/llvm-project?rev=210112&view=rev
Log:

add a missing --cflag for the -mcpu=native LNT option.


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=210112&r1=210111&r2=210112&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Tue Jun  3 10:52:10 2014
@@ -261,7 +261,7 @@ def _get_clang_builders():
          'slavenames' :["chinook-clangslave1"],
          'builddir' :"clang-ppc64-1",
          'factory' : LNTBuilder.getLNTFactory(triple='ppc64-elf-linux1',
-                                              nt_flags=['--multisample=3','-mcpu=native'],
+                                              nt_flags=['--multisample=3','--cflag','-mcpu=native'],
                                               jobs=2,  use_pty_in_tests=True,
                                               testerName='O3-plain', run_cxx_tests=True)},
 





More information about the llvm-commits mailing list