[Openmp-commits] [PATCH] D95376: [OpenMP][Libomptarget] Fix check-libomptarget
Giorgis Georgakoudis via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jan 25 09:51:23 PST 2021
ggeorgakoudis created this revision.
Herald added subscribers: guansong, yaxunl, mgorny.
ggeorgakoudis requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D95376
Files:
openmp/README.rst
openmp/libomptarget/CMakeLists.txt
Index: openmp/libomptarget/CMakeLists.txt
===================================================================
--- openmp/libomptarget/CMakeLists.txt
+++ openmp/libomptarget/CMakeLists.txt
@@ -75,6 +75,7 @@
"Path to folder containing libomp.so")
else()
set(LIBOMPTARGET_OPENMP_HEADER_FOLDER "${CMAKE_CURRENT_BINARY_DIR}/../runtime/src")
+ set(LIBOMPTARGET_OPENMP_HOST_RTL_FOLDER "${LIBOMP_LIBRARY_DIR}")
endif()
Index: openmp/README.rst
===================================================================
--- openmp/README.rst
+++ openmp/README.rst
@@ -248,8 +248,7 @@
out-of-tree builds.
**LIBOMPTARGET_OPENMP_HOST_RTL_FOLDER** = ``""``
- Path of the folder that contains ``libomp.so``. This is required for testing
- out-of-tree builds.
+ Path of the folder that contains ``libomp.so``. This is required for testing.
Options for ``NVPTX device RTL``
--------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95376.319041.patch
Type: text/x-patch
Size: 914 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210125/09aaf7d2/attachment.bin>
More information about the Openmp-commits
mailing list