diff --git a/openmp/libompd/CMakeLists.txt b/openmp/libompd/CMakeLists.txt --- a/openmp/libompd/CMakeLists.txt +++ b/openmp/libompd/CMakeLists.txt @@ -16,6 +16,10 @@ add_subdirectory(src) if(LIBOMP_OMPD_GDB_SUPPORT) add_subdirectory(gdb-plugin) - add_subdirectory(test) + #Different issues are seen from different llvm-bot + #Disabling now, can be enabled by using LIBOMP_OMPD_GDB_TEST_SUPPORT while configuring + if(LIBOMP_OMPD_GDB_TEST_SUPPORT) + add_subdirectory(test) + endif() endif() endif()