[Openmp-commits] [openmp] a14a53e - [openmp] Add ompdModule dependency to check-ompd (#97736)
via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jul 5 00:49:05 PDT 2024
Author: Nikita Popov
Date: 2024-07-05T09:49:01+02:00
New Revision: a14a53e11b07ea6ab9517d7811bb4e23e9874f2b
URL: https://github.com/llvm/llvm-project/commit/a14a53e11b07ea6ab9517d7811bb4e23e9874f2b
DIFF: https://github.com/llvm/llvm-project/commit/a14a53e11b07ea6ab9517d7811bb4e23e9874f2b.diff
LOG: [openmp] Add ompdModule dependency to check-ompd (#97736)
ompdModule is required by the gdb plugin. Ran into this when trying to
run check-ompd without explicitly building openmp first.
Added:
Modified:
openmp/libompd/test/CMakeLists.txt
Removed:
################################################################################
diff --git a/openmp/libompd/test/CMakeLists.txt b/openmp/libompd/test/CMakeLists.txt
index 35b96b1af2ccb..09c9c169b2dc8 100644
--- a/openmp/libompd/test/CMakeLists.txt
+++ b/openmp/libompd/test/CMakeLists.txt
@@ -13,6 +13,6 @@ set(AUTO_GEN_COMMENT "## Autogenerated by libomp configuration.\n# Do not edit!"
configure_file(lit.site.cfg.in lit.site.cfg @ONLY)
add_openmp_testsuite(check-ompd "Running OMPD tests"
${CMAKE_CURRENT_BINARY_DIR}
- DEPENDS omp ompd ompd_gdb_plugin)
+ DEPENDS omp ompd ompdModule ompd_gdb_plugin)
endif()
More information about the Openmp-commits
mailing list