[clang] [Clang] Forward -rpath flag to the correct format in CPU offloading (PR #95763)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 18 05:25:14 PDT 2024


jhuber6 wrote:

I remember intentionally using the clang argument format instead of `-Wl,-rpath,<path>` because the `-Wl` format would try to forward it to things like `nvlink` which don't support it.

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


More information about the cfe-commits mailing list