[Openmp-commits] [PATCH] D40080: [CMake] Disallow direct configuration
George Rokos via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Nov 28 10:17:52 PST 2017
grokos added inline comments.
================
Comment at: CMakeLists.txt:15-17
add_subdirectory(runtime)
----------------
jlpeyton wrote:
> If it is possible, we should have an OPENMP_ENABLE_RUNTIME option so people can prevent building the runtime/ subdirectory and only build the libomptarget/ directory. Does libomptarget rely on libomp?
Yes, it does. It needs functions `omp_get_default_device()` and `__kmpc_omp_taskwait(void *loc_ref, int32_t gtid)`. More functions may be added to the list of dependencies in the future.
https://reviews.llvm.org/D40080
More information about the Openmp-commits
mailing list