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

Elad Cohen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 00:43:55 PDT 2017


eladcohen updated this revision to Diff 107454.
eladcohen edited the summary of this revision.

https://reviews.llvm.org/D35660

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


Index: buildbot/osuosl/master/config/builders.py
===================================================================
--- buildbot/osuosl/master/config/builders.py
+++ buildbot/osuosl/master/config/builders.py
@@ -662,7 +662,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.107454.patch
Type: text/x-patch
Size: 882 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170720/6dbaf054/attachment.bin>


More information about the llvm-commits mailing list