[PATCH] D106781: [Zorg] Use ccache instead incremental build for openmp-offload-cuda-runtime.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 26 16:21:34 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rZORG2afbc972a9ca: [Zorg] Use ccache instead incremental build for openmp-offload-cuda-runtime. (authored by Meinersbur).
Repository:
rZORG LLVM Github Zorg
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106781/new/
https://reviews.llvm.org/D106781
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
@@ -1350,7 +1350,7 @@
'workernames' : ["minipc-1050ti-linux"],
'builddir': "openmp-offload-cuda-runtime",
'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory(
- clean=False,
+ clean=True,
enable_runtimes=['openmp'],
extraCmakeArgs=[
"-DCUDA_TOOLKIT_ROOT_DIR=/opt/cuda",
@@ -1361,6 +1361,8 @@
"-DLLVM_TARGETS_TO_BUILD=X86;NVPTX",
"-DLLVM_ENABLE_LLD=ON",
'-DLLVM_PARALLEL_LINK_JOBS=2',
+ "-DCMAKE_C_COMPILER_LAUNCHER=ccache",
+ "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache",
],
install=True,
testsuite=True,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106781.361846.patch
Type: text/x-patch
Size: 1093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210726/28db942d/attachment.bin>
More information about the llvm-commits
mailing list