This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 64790a3 [openmp] Set up .arcconfig to point to new Diffusion OMP repository new b5f5bf5 [CMake] Disallow direct configuration new 41aebf5 [CMake] Refactor common settings and flags new a1b4de8 [CMake] Refactor testing infrastructure
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CMakeLists.txt | 65 ++++++++++++++- cmake/HandleOpenMPOptions.cmake | 16 ++++ cmake/OpenMPTesting.cmake | 104 ++++++++++++++++++++++++ cmake/config-ix.cmake | 6 ++ libomptarget/Build_With_CMake.txt | 8 +- libomptarget/CMakeLists.txt | 122 ++++++++++------------------ libomptarget/cmake/Modules/config-ix.cmake | 17 ---- libomptarget/plugins/CMakeLists.txt | 2 +- libomptarget/plugins/cuda/CMakeLists.txt | 2 +- libomptarget/test/CMakeLists.txt | 91 ++------------------- libomptarget/test/lit.cfg | 19 ++--- libomptarget/test/lit.site.cfg.in | 13 ++- runtime/Build_With_CMake.txt | 4 +- runtime/CMakeLists.txt | 29 ++----- runtime/cmake/LibompHandleFlags.cmake | 4 - runtime/cmake/config-ix.cmake | 2 - runtime/src/CMakeLists.txt | 12 +-- runtime/test/CMakeLists.txt | 79 +----------------- runtime/test/lit.cfg | 24 +++--- runtime/test/lit.site.cfg.in | 10 +-- runtime/test/ompt/loadtool/tool_available.c | 2 +- www/README.txt | 2 +- www/index.html | 2 +- 23 files changed, 294 insertions(+), 341 deletions(-) create mode 100644 cmake/HandleOpenMPOptions.cmake create mode 100644 cmake/OpenMPTesting.cmake create mode 100644 cmake/config-ix.cmake delete mode 100644 libomptarget/cmake/Modules/config-ix.cmake