[Openmp-commits] [openmp] [OpenMP] Link against libm on OpenBSD (PR #70614)

Brad Smith via Openmp-commits openmp-commits at lists.llvm.org
Sat Nov 11 17:37:25 PST 2023


brad0 wrote:

> The changes look good _for now_. We definitely want to try to revise it later based on what @arsenm suggested.

Oh for sure. Even if you did want to use something like ```check_library_exists``` or ```check_symbol_exists``` and do something similar to how librt is handled the issue is how to test and know when to use no-as-needed / as-needed.

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


More information about the Openmp-commits mailing list