[Openmp-commits] [PATCH] D118662: [OpenMP][libomp] Introduce oneAPI compiler support
Andrey Churbanov via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Feb 11 15:44:52 PST 2022
AndreyChurbanov added inline comments.
================
Comment at: openmp/runtime/test/ompt/callback.h:15
#include "ompt-signal.h"
+#include "omp_testsuite.h"
----------------
This header should be included as "../omp_testsuite.h". Otherwise "file not found" error issued on two tests of OMPT multiplex (tried "make check-openmp").
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118662/new/
https://reviews.llvm.org/D118662
More information about the Openmp-commits
mailing list