[PATCH] D35660: Fix X86-64 SDE builder config

Elad Cohen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 22 12:35:30 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL308829: Fix X86-64 SDE builder config. (authored by eladcohen).

Changed prior to commit:
  https://reviews.llvm.org/D35660?vs=107454&id=107796#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D35660

Files:
  zorg/trunk/buildbot/osuosl/master/config/builders.py


Index: zorg/trunk/buildbot/osuosl/master/config/builders.py
===================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py
@@ -671,7 +671,7 @@
              useTwoStage=False,
              runTestSuite=True,
              nt_flags=['--cflag', '-march=skylake-avx512', '--threads=80',
-                 '--build-threads=80', '--make-param', 'RUNUNDER="sde64 -skx --"', '--make-param', 'USER_MODE_EMULATION=1'],
+                 '--build-threads=80', '--make-param', "RUNUNDER='sde64 -skx --'", '--make-param', 'USER_MODE_EMULATION=1'],
              env={'PATH':'~/tools/sde/latest:/usr/bin/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'},
              extra_cmake_args=["-DLLVM_ENABLE_ASSERTIONS=ON",
                                "-DCMAKE_C_FLAGS='-march=broadwell'",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35660.107796.patch
Type: text/x-patch
Size: 915 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170722/100556ca/attachment.bin>


More information about the llvm-commits mailing list