[Openmp-commits] [PATCH] D38880: Detect whether the current system is a Linux system
Simon Convent via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Oct 25 06:59:19 PDT 2017
sconvent added a comment.
@Hahnfeld You're right, GCC does support some of these features. The GOMP interface implementation of this runtime does not support all of them (yet), however. And for some features, GCC generates code that do not call the runtime, which makes it impossible to call callbacks. The feature detection has been moved to the respective testcases and only the "Linux" feature is detected here.
https://reviews.llvm.org/D38880
More information about the Openmp-commits
mailing list