[Openmp-commits] [PATCH] D45220: [OpenMP] Search llvm package to find bc file compiler and linker if not specified by a user
George Rokos via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 12 13:40:37 PDT 2018
grokos added a comment.
In https://reviews.llvm.org/D45220#1060989, @guansong wrote:
> I see. I was trying to set the bc file utilities using find_pacakge(llvm...) instead of using COMPILER_ID and common it to an upper level as we search things like elf and ffi.
>
> The intention was to keep the user interface the same as what we have now, (if not adding more). But now look back at the comments, I realized I may consider cuda compiler to be clang++, it is actually should be clang?
I am not sure I understand the question, but you can use clang/clang++ as a CUDA compiler.
It seems this revision does not lead anywhere, should we abandon it?
Repository:
rOMP OpenMP
https://reviews.llvm.org/D45220
More information about the Openmp-commits
mailing list