Skip to content

Commit

Permalink
Disable OMPD tests. Causing CMake issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ye-luo committed Nov 12, 2022
1 parent 5223366 commit b5bf908
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openmp/libompd/CMakeLists.txt
Expand Up @@ -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()

0 comments on commit b5bf908

Please sign in to comment.