[PATCH] D118493: Set rpath on openmp executables

Tom Stellard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 21 16:50:37 PDT 2022


tstellar added a comment.
Herald added a project: All.

Fedora recently banned <https://fedoraproject.org/wiki/Changes/Broken_RPATH_will_fail_rpmbuildme> RUNPATH, so packages built with clang and -fopenmp are rejected by the build system with this change.  Can you elaborate more about the intended use case that this change will fix?  Is it just meant for when libomp.so is installed outside of /usr/lib64 ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118493



More information about the cfe-commits mailing list