[Openmp-commits] [PATCH] D139287: [OpenMP] Introduce basic JIT support to OpenMP target offloading
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Dec 12 09:24:34 PST 2022
tianshilei1992 marked an inline comment as done and an inline comment as not done.
tianshilei1992 added inline comments.
================
Comment at: openmp/cmake/OpenMPTesting.cmake:6
function(find_standalone_test_dependencies)
- include(FindPythonInterp)
+ find_package(Python3 COMPONENTS Interpreter Development)
----------------
Oh, this change is unrelated. Will remove it later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139287/new/
https://reviews.llvm.org/D139287
More information about the Openmp-commits
mailing list