[all-commits] [llvm/llvm-project] eccdb2: [OpenMP] Create versioned libgomp softlinks (#112973)

Ye Luo via All-commits all-commits at lists.llvm.org
Fri Oct 25 11:20:19 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eccdb2489483ca58d2cb35bc38967a8e33117575
      https://github.com/llvm/llvm-project/commit/eccdb2489483ca58d2cb35bc38967a8e33117575
  Author: Ye Luo <yeluo at anl.gov>
  Date:   2024-10-25 (Fri, 25 Oct 2024)

  Changed paths:
    M openmp/runtime/src/CMakeLists.txt

  Log Message:
  -----------
  [OpenMP] Create versioned libgomp softlinks (#112973)

Add libgomp.1.dylib for MacOS and libgomp.so.1 for Linux

Linkers on Mac and Linux pick up versioned libgomp dynamic library
files. The existing softlinks (libgomp.dylib for MacOS and libgomp.so
for Linux) are insufficient. This helps alleviate the issue of mixing
libgomp and libomp at runtime.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list