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

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


mikaoP wrote:

> I thought that clang accepted `-rpath <path>`? I see that format when I try CPU offloading.

Yeah, but when running `--target=x86_64` and underlying gcc command is issued and complains about `-rpath <path>`

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


More information about the cfe-commits mailing list