[Openmp-commits] [openmp] [openmp] Add a dependency on the separate import library (PR #80449)

Martin Storsjö via Openmp-commits openmp-commits at lists.llvm.org
Fri Feb 2 16:06:38 PST 2024


mstorsjo wrote:

> Looks good to me. Is this something that was missed in the previous changes here, i.e. to handle Windows imports by name?

Yes, I think it was just missed already at that point. As long as one did e.g. `ninja; ninja check-openmp`, one would never notice the difference. And if running `ninja check-openmp` directly, it could (depending on setup and toolchain) find and use an older `libomp.lib` from the toolchain, which might even work, if the version difference between the current version of libomp and the one in the toolchain is not too big.

https://github.com/llvm/llvm-project/pull/80449


More information about the Openmp-commits mailing list