From: Ye Luo Date: Sat, 12 Nov 2022 00:14:33 +0000 (-0600) Subject: Disable OMPD tests. Causing CMake issue. X-Git-Tag: upstream/17.0.6~27885 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5bf908fd7f87d2f0d74f62362a7e08366e926ff;p=platform%2Fupstream%2Fllvm.git Disable OMPD tests. Causing CMake issue. --- diff --git a/openmp/libompd/CMakeLists.txt b/openmp/libompd/CMakeLists.txt index 54fa67d..a62980a 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()