[Openmp-commits] [PATCH] D101509: An attempt to abandon omptarget out-of-tree builds.

Vyacheslav Zakharin via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Apr 28 18:46:24 PDT 2021


vzakhari created this revision.
vzakhari added reviewers: jdoerfert, JonChesterfield, grokos, RaviNarayanaswamy.
vzakhari added a project: OpenMP.
Herald added a subscriber: mgorny.
vzakhari requested review of this revision.
Herald added subscribers: openmp-commits, sstefan1.

I want to start using LLVM component libraries in libomptarget to stop duplicating implementations already available in LLVM (e.g. LLVMObject, LLVMSupport, etc.).  Without relying on LLVM in all libomptarget builds one has to provide fallback implementation for each used LLVM feature.

This is an attempt to stop supporting out-of-llvm-tree builds of libomptarget.  I understand that I may need to revert this, if this affects downstream projects in a bad way.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101509

Files:
  openmp/CMakeLists.txt
  openmp/libomptarget/cmake/Modules/LibomptargetGetDependencies.cmake
  openmp/libomptarget/src/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101509.341381.patch
Type: text/x-patch
Size: 4314 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210429/7bd6eb31/attachment.bin>


More information about the Openmp-commits mailing list