[Openmp-commits] [openmp] [OpenMP] Create versioned libgomp softlinks (PR #112973)

Ye Luo via Openmp-commits openmp-commits at lists.llvm.org
Fri Oct 25 08:05:20 PDT 2024


ye-luo wrote:

> If I understand your comment correctly, `libgomp.so --> libomp.so`, `libomp.so.1 --> libomp.so`. Eventually you still get the same `libomp`, no? Not sure if you were trying to say that there is `libgomp.so.1 --> libgomp.so (GCC)` such that an app eventually picks up `libgomp.so`.

Sorry for the confusing. I corrected above.  `libgomp.so --> libomp.so`, `libgomp.so.1 --> libomp.so`. The intention is to only pick up libomp at runtime.

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


More information about the Openmp-commits mailing list