[Openmp-commits] [PATCH] D100182: [OpenMP] [OMPD] [2/6] Implementation of OMPD debugging library - libompd. TargetValue: Access OpenMP runtime state through callbacks provided by tool

Mariusz Ceier via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Sep 3 10:07:29 PDT 2021


mceier added inline comments.


================
Comment at: openmp/libompd/src/CMakeLists.txt:48-49
+INSTALL( TARGETS ompd
+        LIBRARY DESTINATION lib 
+        ARCHIVE DESTINATION lib/static 
+        RUNTIME DESTINATION bin )
----------------
At least these two destinations ignore OPENMP_INSTALL_LIBDIR leading to mixing of 32-bit libs with 64-bit libs in multilib setup, 
It should use ${OPENMP_INSTALL_LIBDIR} like ./tools/archer/CMakeLists.txt does.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100182



More information about the Openmp-commits mailing list