[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
Fri Aug 13 11:41:19 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rZORG8c7245f25380: openmp-offload-amdgpu-runtime: Disable testsuite for runtime. set ccace for… (authored by ronlieb).
Herald added a reviewer: gkistanova.

Repository:
  rZORG LLVM Github Zorg

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.366323.patch
Type: text/x-patch
Size: 954 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210813/cdfa369c/attachment.bin>


More information about the llvm-commits mailing list