Disable OMPD tests. Causing CMake issue.
authorYe Luo <yeluo@anl.gov>
Sat, 12 Nov 2022 00:14:33 +0000 (18:14 -0600)
committerYe Luo <yeluo@anl.gov>
Sat, 12 Nov 2022 00:16:07 +0000 (18:16 -0600)
openmp/libompd/CMakeLists.txt

index 54fa67d..a62980a 100644 (file)
@@ -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()