[Openmp-commits] [PATCH] D123177: [libomptarget] Add device RTL to regression test dependencies.

Michael Kruse via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jul 6 12:32:56 PDT 2022


Meinersbur added a comment.

In D123177#3627715 <https://reviews.llvm.org/D123177#3627715>, @JonChesterfield wrote:

> Openmp as a llvm_project as opposed to a llvm_runtime can be built with GCC to get the host side of openmp working without the target offloading part. However GCC can't build the devicertl.

D125698 <https://reviews.llvm.org/D125698> disabled building the deviceRTL in an LLVM_ENABLE_PROJECTS=openmp build. After making the clang driver more powerful, D125315 <https://reviews.llvm.org/D125315> uses the CMake library mechanics to also build the deviceRTL with `CMAKE_CXX_COMPILER`. It would not to hard to still use in-tree clang for building the static deviceRTL library.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123177



More information about the Openmp-commits mailing list