[Openmp-commits] [PATCH] D101498: [OpenMP] Test unified shared memory tests only on systems that support it.
Michael Kruse via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 29 20:36:08 PDT 2021
Meinersbur added a comment.
In D101498#2724916 <https://reviews.llvm.org/D101498#2724916>, @protze.joachim wrote:
> The logic to identify whether certain features are supported for testing is in `openmp/cmake/OpenMPTesting.cmake`.
The file does not contain target-specific features, but "Set up testing infrastructure" (According to the comment in the top-level CMakeLists.txt). At the point when it is invoked, libomptarget has not been processed yet, making it impossible to determine target-dependent features.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101498/new/
https://reviews.llvm.org/D101498
More information about the Openmp-commits
mailing list