[Openmp-commits] [PATCH] D31466: [OpenMP] Fix for http://bugs.llvm.org/show_bug.cgi?id=32456
Jonathan Peyton via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Mar 30 09:06:51 PDT 2017
jlpeyton added inline comments.
================
Comment at: runtime/CMakeLists.txt:311
+if(NOT LIBOMP_ENABLE_SHARED)
+ set(LIBOMP_USE_ITT_NOTIFY FALSE)
+endif()
----------------
Can you add a message like:
libomp_say("ITT Notify not supported for static libraries - forcing ITT Notify off.")
Repository:
rL LLVM
https://reviews.llvm.org/D31466
More information about the Openmp-commits
mailing list