[Openmp-commits] [PATCH] D118493: Set rpath on openmp executables
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jan 31 07:47:42 PST 2022
JonChesterfield added a comment.
Yep. I'm not totally confident what windows builds will embed in the dynamic table - might be windows style \ or it might be linux style /. Or it might be \\, which can be matched as in D109057 <https://reviews.llvm.org/D109057>. I think I'm going with the very conservative llvm{{*.}}lib pattern, as provided rpath/runpath has been written in the binary it probably points to the llvm dir in platform-specific fashion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118493/new/
https://reviews.llvm.org/D118493
More information about the Openmp-commits
mailing list