[Openmp-commits] [PATCH] D41817: [OMPT] Enable OMPT on 32-bit ARM machines

Paul Osmialowski via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 9 14:40:08 PST 2018


pawosm01 added a comment.

I really like this message that proposed patch causes on ARM + gcc when someone's trying to set -DLIBOMP_OMPT_SUPPORT=ON:

  CMake Error at runtime/cmake/LibompUtils.cmake:27 (message):
    LIBOMP: OpenMP Tools Interface requested but not available in this
    implementation
  Call Stack (most recent call first):
    runtime/CMakeLists.txt:316 (libomp_error_say)

This is more clean solution than passing NULL which effects in less pleasant failures.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D41817





More information about the Openmp-commits mailing list