[Openmp-commits] [PATCH] D137852: [OpenMP] [OMPD] Disabling libompd tests
Vignesh Balasubramanian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Nov 11 09:41:05 PST 2022
Vigneshbalu created this revision.
Vigneshbalu added reviewers: dreachem, ronlieb, RaviNarayanaswamy, protze.joachim.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
Vigneshbalu requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.
Disabling libompd tests as they are failing differently in differently llvm-bot
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137852
Files:
openmp/libompd/CMakeLists.txt
Index: openmp/libompd/CMakeLists.txt
===================================================================
--- openmp/libompd/CMakeLists.txt
+++ 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()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137852.474792.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20221111/87e204ba/attachment-0001.bin>
More information about the Openmp-commits
mailing list