[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
Mon Sep 20 18:12:29 PDT 2021


mnadeem added inline comments.


================
Comment at: openmp/runtime/CMakeLists.txt:335
 
 if(LIBOMP_OMPD_SUPPORT AND ((NOT LIBOMP_OMPT_SUPPORT) OR (NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")))
   libomp_warning_say("OpenMP Debug Interface(OMPD) requested but not available in this implementation")
----------------
used here to set `LIBOMP_OMPD_SUPPORT` 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110120



More information about the Openmp-commits mailing list