[Openmp-commits] [openmp] b5bf908 - Disable OMPD tests. Causing CMake issue.
Ye Luo via Openmp-commits
openmp-commits at lists.llvm.org
Fri Nov 11 16:16:37 PST 2022
Author: Ye Luo
Date: 2022-11-11T18:16:07-06:00
New Revision: b5bf908fd7f87d2f0d74f62362a7e08366e926ff
URL: https://github.com/llvm/llvm-project/commit/b5bf908fd7f87d2f0d74f62362a7e08366e926ff
DIFF: https://github.com/llvm/llvm-project/commit/b5bf908fd7f87d2f0d74f62362a7e08366e926ff.diff
LOG: Disable OMPD tests. Causing CMake issue.
Added:
Modified:
openmp/libompd/CMakeLists.txt
Removed:
################################################################################
diff --git a/openmp/libompd/CMakeLists.txt b/openmp/libompd/CMakeLists.txt
index 54fa67d30520a..a62980aadcf69 100644
--- a/openmp/libompd/CMakeLists.txt
+++ b/openmp/libompd/CMakeLists.txt
@@ -16,6 +16,9 @@ if(LIBOMP_OMPD_SUPPORT)
add_subdirectory(src)
if(LIBOMP_OMPD_GDB_SUPPORT)
add_subdirectory(gdb-plugin)
- add_subdirectory(test)
+ # temporarily disabled
+ # test/CMakeLists.txt breaks DeviceRTL in LLVM_ENABLE_PROJECTS builds.
+ # find_package(LLVM) is likely the source of the trouble.
+ # add_subdirectory(test)
endif()
endif()
More information about the Openmp-commits
mailing list