| commit | 7abf9d5927b39abf8e2d29a2edc66fc7f828289c | [log] [tgz] |
|---|---|---|
| author | Jonathan Peyton <jonathan.l.peyton@intel.com> | Thu May 26 18:19:10 2016 +0000 |
| committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | Thu May 26 18:19:10 2016 +0000 |
| tree | 127e516cd424bd3cf56c2db41ac6c4e224cb27d6 | |
| parent | 6ddf5f4437cdebba71d283ffd2625a7b01ca938b [diff] |
Make LIBOMP_USE_ITT_NOTIFY a setting that can be enabled or disabled On Blue Gene/Q, having LIBOMP_USE_ITT_NOTIFY support compiled into a statically-linked binary causes a failure at runtime because dlopen fails. This patch changes LIBOMP_USE_ITT_NOTIFY to a cacheable configuration setting that can be disabled. Patch by John Mellor-Crummey Differential Revision: http://reviews.llvm.org/D20517 llvm-svn: 270884