[libc-commits] [PATCH] D143212: [libc] Add startup code implementation for GPU targets
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Feb 6 17:49:10 PST 2023
jhuber6 updated this revision to Diff 495336.
jhuber6 added a comment.
Updating the component. This works now with `ninja install-libc`. it would be nice if we could add a public link interface to use `--target=` so that anything linking against the startup code will use the correct device linker.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143212/new/
https://reviews.llvm.org/D143212
Files:
libc/startup/gpu/CMakeLists.txt
libc/startup/gpu/amdgpu/CMakeLists.txt
libc/startup/gpu/amdgpu/start.cpp
libc/startup/gpu/nvptx/CMakeLists.txt
libc/startup/gpu/nvptx/start.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143212.495336.patch
Type: text/x-patch
Size: 5747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230207/b4d00105/attachment.bin>
More information about the libc-commits
mailing list