[PATCH] D107871: openmp-offload-amdgpu-runtime: Disable testsuite for runtime. set ccace for runtime

Ron Lieberman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 12 11:58:14 PDT 2021


ronlieb updated this revision to Diff 366065.
ronlieb retitled this revision from "openmp-offload-amdgpu-runtime: Disable clean, and experimentally set testsuite=False" to "openmp-offload-amdgpu-runtime: Disable testsuite for runtime. set ccace for runtime".
ronlieb edited the summary of this revision.
ronlieb added a reviewer: Meinersbur.

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107871/new/

https://reviews.llvm.org/D107871

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
@@ -1412,9 +1412,11 @@
                             "-DLLVM_TARGETS_TO_BUILD=X86;AMDGPU",
                             "-DLLVM_ENABLE_ASSERTIONS=ON",
                             "-DLLVM_ENABLE_RUNTIMES=openmp",
+                            "-DCMAKE_C_COMPILER_LAUNCHER=ccache",
+                            "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache",
                             ],
                         install=True,
-                        testsuite=True,
+                        testsuite=False,
                         testsuite_sollvevv=False,
                         extraTestsuiteCmakeArgs=[
                             "-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107871.366065.patch
Type: text/x-patch
Size: 954 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210812/e186ba94/attachment-0001.bin>


More information about the llvm-commits mailing list