[llvm-branch-commits] [llvm] [Offload] Add `olLinkProgram` (PR #148648)
Ross Brunton via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jul 15 07:12:35 PDT 2025
RossBrunton wrote:
@jhuber6 That would mean that any program that wants to do dynamic linking would need to ship a full clang install alongside `libLLVMOffload.so`. The programmer would also have to mess around with writing/reading files and invoking a subprocess.
IMO, since this code already exists in liboffload, it makes sense to expose that to the user as a convenience.
https://github.com/llvm/llvm-project/pull/148648
More information about the llvm-branch-commits
mailing list