[Openmp-commits] [PATCH] D96187: [OpenMP] Fix libomptarget tests to find libomp

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Feb 5 16:37:31 PST 2021


tianshilei1992 added inline comments.


================
Comment at: openmp/libomptarget/deviceRTLs/nvptx/test/lit.site.cfg.in:8
 config.binary_dir = "@CMAKE_CURRENT_BINARY_DIR@"
+config.libomp_library_dir = "@LIBOMP_LIBRARY_DIR@"
 config.library_dir = "@LIBOMPTARGET_LIBRARY_DIR@"
----------------
We probably don't need an extra variable for that. `config.omp_host_rtl_directory` is for `libomp` if I'm not mistaken.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96187/new/

https://reviews.llvm.org/D96187



More information about the Openmp-commits mailing list