[Openmp-commits] [PATCH] D73249: [openmp] Disable archer if LIBOMP_OMPT_SUPPORT is off
Joachim Protze via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jan 23 09:25:12 PST 2020
protze.joachim added a comment.
In D73249#1835526 <https://reviews.llvm.org/D73249#1835526>, @Hahnfeld wrote:
> I'm not sure `LIBOMP_OMPT_SUPPORT` is guaranteed to be there yet when defined in `runtime/`. Maybe it would be better to move the option to the top-level `openmp/CMakeList.txt` and rename it to `OPENMP_OMPT_SUPPORT` (with compatibility support for `LIBOMP_OMPT_SUPPORT`)
>From my understanding of cmake scoping, this variable is visible because it's a cached option?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73249/new/
https://reviews.llvm.org/D73249
More information about the Openmp-commits
mailing list