[Openmp-commits] [PATCH] D124200: [Libomptarget][remote] Add OpenMP linker flag to the plugin
Atmn Patel via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 21 12:45:54 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc44420e90d80: [Libomptarget][remote] Add OpenMP linker flag to the plugin (authored by adpatel6).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124200/new/
https://reviews.llvm.org/D124200
Files:
openmp/libomptarget/plugins/remote/server/CMakeLists.txt
openmp/libomptarget/plugins/remote/src/CMakeLists.txt
Index: openmp/libomptarget/plugins/remote/src/CMakeLists.txt
===================================================================
--- openmp/libomptarget/plugins/remote/src/CMakeLists.txt
+++ openmp/libomptarget/plugins/remote/src/CMakeLists.txt
@@ -36,6 +36,7 @@
protobuf
absl::synchronization
${OPENMP_PTHREAD_LIB}
+ omp
"-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/../../exports")
# Report to the parent scope that we are building a plugin for RPC.
Index: openmp/libomptarget/plugins/remote/server/CMakeLists.txt
===================================================================
--- openmp/libomptarget/plugins/remote/server/CMakeLists.txt
+++ openmp/libomptarget/plugins/remote/server/CMakeLists.txt
@@ -28,4 +28,5 @@
protobuf
absl::synchronization
${OPENMP_PTHREAD_LIB}
+ omp
"-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/../../exports")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124200.424274.patch
Type: text/x-patch
Size: 912 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220421/80792284/attachment.bin>
More information about the Openmp-commits
mailing list