[Openmp-commits] [PATCH] D144419: Improvements to the OpenMP Windows build

Martin Storsjö via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Mar 24 10:39:32 PDT 2023


mstorsjo added a comment.

In D144419#4219864 <https://reviews.llvm.org/D144419#4219864>, @vadikp-intel wrote:

> Could you describe some more what needs fixing? The Windows build with a MSVC toolset should perhaps use `lib`.

Sorry, I think I misinterpreted the question. This new issue isn’t about `lib` vs `llvm-lib`, but is about the chain of dependencies in cmake, for the build configuration where the build is rooted in the llvm directory instead of the openmp directory, where one path has got a prefix with the path to the openmp directory, while another one hasn’t. When the build is rooted in the openmp, that path prefix is empty and there’s no issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144419



More information about the Openmp-commits mailing list