[Openmp-commits] [PATCH] D110120: [OpenMP][OMPD] Fix compile error when OMPD is not supported

Usman Nadeem via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 21 12:46:25 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG248342b7c729: [OpenMP][OMPD] Fix compile error when OMPD is not supported (authored by mnadeem).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110120

Files:
  openmp/runtime/CMakeLists.txt


Index: openmp/runtime/CMakeLists.txt
===================================================================
--- openmp/runtime/CMakeLists.txt
+++ openmp/runtime/CMakeLists.txt
@@ -411,3 +411,4 @@
 set(LIBOMP_INCLUDE_DIR ${LIBOMP_INCLUDE_DIR} PARENT_SCOPE)
 # make these variables available for tools/libompd:
 set(LIBOMP_SRC_DIR ${LIBOMP_SRC_DIR} PARENT_SCOPE)
+set(LIBOMP_OMPD_SUPPORT ${LIBOMP_OMPD_SUPPORT} PARENT_SCOPE)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110120.374013.patch
Type: text/x-patch
Size: 420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210921/41e0c9e4/attachment.bin>


More information about the Openmp-commits mailing list