[Openmp-commits] [PATCH] D111038: [openmp] [elf_common] Fix linking against LLVM dylib

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Oct 4 02:42:27 PDT 2021


JonChesterfield added a comment.

Current state is libomp builds without use of llvm, libomptarget requires llvm. Initially just headers, but partway through implementing yet another elf wrapper library (for windows) that policy changed to depending on llvm directly. Aside from some rough edges in the build scripts this doesn't seem to have broken anyone.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111038



More information about the Openmp-commits mailing list