[Openmp-commits] [PATCH] D110251: [OpenMP][CMake] Use in-project clang as CUDA->IR compiler for new DeviceRTL.

Michael Kruse via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Sep 22 08:13:20 PDT 2021


Meinersbur added inline comments.


================
Comment at: openmp/libomptarget/DeviceRTL/CMakeLists.txt:66
+  # set to a different linker.
   set(bc_linker ${llvm_link})
+elseif (NOT OPENMP_STANDALONE_BUILD AND NOT CMAKE_CROSSCOMPILING)
----------------
ye-luo wrote:
> I got empty ${llvm_link} on my machine and use ${compiler_dir}/llvm-link solves the problem.
Thanks for noticing. I removed `${llvm_link}` to avoid confusion with `${bc_linker}`. Missed this occurrence. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110251/new/

https://reviews.llvm.org/D110251



More information about the Openmp-commits mailing list