[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
Sun Apr 8 08:18:51 PDT 2018


guansong added a comment.

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?


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D45220





More information about the Openmp-commits mailing list