This patch adds support for linking CPU offloading applications in the
linker wrapper. We generate the necessary linking job using the host
linker's path and library arguments. This may not be true for more
complex offloading schemes, but this is sufficient for now.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Add test for the arguments passed to the linker wrapper when doing host
offloading. It will be more difficult to do a unit test for the internal
operation of the linker wrapper because it is reactive to the data contained in
the object file.