[PATCH] D143306: [Driver] Default to -fno-openmp-implicit-rpath

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 20 10:50:28 PST 2023


jhuber6 added a comment.

If we're removing this feature it would probably make sense to remove the handling / flag altogether as `-fopenmp-implicit-rpath` isn't that much different from `-Wl,-rpath=/path/to/llvm/install/lib`.

Overall, the problem is that we want to tie the `libomptarget.so` with the same `clang`. If configuration files can solve this we could distribute those. I do remember being pinged about the Fedora concerns.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143306



More information about the cfe-commits mailing list