[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
Sat Feb 4 05:01:13 PST 2023


jhuber6 added a comment.

In D143212#4104005 <https://reviews.llvm.org/D143212#4104005>, @sivachandra wrote:

> Reading the patch doesn't show me any obvious problems. Can you tell me how to reproduce what you are seeing?

The only issue right now is that I don't see the `crt1.o` being built anywhere. The install line then fails to find it at install time. I wasn't sure how this dependency is supposed to be handled. It might be difficult for you to reproduce right now because I'm assuming you don't have a GPU on your system. I'll need to add those lines that let you force a build of one GPU architecture for testing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143212/new/

https://reviews.llvm.org/D143212



More information about the libc-commits mailing list