[libc-commits] [PATCH] D144421: [libc] Partially implement 'quick_exit' for the GPU
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Feb 20 11:49:37 PST 2023
jhuber6 added a comment.
Right now this has two issues I'd like to ask how to resolve.
1. The `libc/src/__support/OSUtil/gpu/quick_exit.cpp` file currently cannot include the architectures header. It's not seen as in the path. I figured it just needed to depend on the `common` target to use it.
2. The object library is created, but not included in the final `libcgpu.a`. How does the logic for including object libraries in with the entrypoints work?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144421/new/
https://reviews.llvm.org/D144421
More information about the libc-commits
mailing list