OpenMPToolsInterface / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
http://llvm.org
2 stars 4 forks source link

OMPD unavailability error message for windows #53

Closed vigbalu closed 3 years ago

vigbalu commented 3 years ago

Error is thrown for OMPT on windows during configuration because certain APIs like LIBOMP_HAVE___BUILTIN_FRAME_ADDRESS are not supported. Enabling similar error message for OMPD

jprotze commented 3 years ago

LGTM