[Openmp-commits] [PATCH] D14254: [OpenMP] Initial implementation of OpenMP offloading library - libomptarget device RTLs.
George Rokos via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jan 23 11:35:51 PST 2018
grokos added a comment.
Regarding the bitcode compiler/linker, we agreed on skipping looking for a suitable compiler in `PATH`, so for consistency I also skip looking in `PATH` for a linker. CMake only tries to locate llvm-link in the same directory as the clang binary (if clang is the `CMAKE_C_COMPILER`) or uses whatever the user has specified. Following @hfinkel 's suggestions, I updated the documentation to describe this behavior.
Repository:
rOMP OpenMP
https://reviews.llvm.org/D14254
More information about the Openmp-commits
mailing list