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

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Apr 29 03:34:49 PDT 2021


protze.joachim added a comment.

For me, the main use-case for stand-alone builds is runtime code development. In that case, I use a ("nightly") build of LLVM and use that to compile and test stand-alone runtime builds. 
Switching branches regularly results in recompiling a lot of code. With stand-alone runtime builds, this is restricted to OpenMP runtime code.

If you really only depend on LLVM libraries and header files, they should get installed. find_package(LLVM) should provide you all necessary information to include and link those libraries.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101509



More information about the Openmp-commits mailing list