Skip to content

Commit a14a53e

Browse files
authored
[openmp] Add ompdModule dependency to check-ompd (llvm#97736)
ompdModule is required by the gdb plugin. Ran into this when trying to run check-ompd without explicitly building openmp first.
1 parent d6df018 commit a14a53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/libompd/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ set(AUTO_GEN_COMMENT "## Autogenerated by libomp configuration.\n# Do not edit!"
1313
configure_file(lit.site.cfg.in lit.site.cfg @ONLY)
1414
add_openmp_testsuite(check-ompd "Running OMPD tests"
1515
${CMAKE_CURRENT_BINARY_DIR}
16-
DEPENDS omp ompd ompd_gdb_plugin)
16+
DEPENDS omp ompd ompdModule ompd_gdb_plugin)
1717

1818
endif()

0 commit comments

Comments
 (0)