[Openmp-commits] [PATCH] D45220: [OpenMP] Search llvm package to find bc file compiler and linker if not specified by a user
Guansong Zhang via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 5 12:37:20 PDT 2018
guansong added a comment.
This is only for compiler and linker used for building bclib. It is not the default build compiler.
With this patch, if a user does not specify compiler and linker for the bc library, but uses -DLIBOMPTARGET_NVPTX_ENABLE_BCLIB=1, the cmake script will try to locate if the build compiler is clang and can be used for building the bc lib.
Repository:
rOMP OpenMP
https://reviews.llvm.org/D45220
More information about the Openmp-commits
mailing list