[libc-commits] [PATCH] D145298: [libc] Simplify integration tests by eliminating the artificial sysroot.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sat Mar 4 21:36:46 PST 2023
sivachandra added inline comments.
================
Comment at: libc/cmake/modules/LLVMLibCTestRules.cmake:450
libc.src.stdlib.exit
libc.src.unistd.environ
+ )
----------------
jhuber6 wrote:
> Is it possible to make these dependencies transitive on the `start` implementation? Since presumably these are only required to implement the corresponding `crt1.o` and friends. For the GPU we wouldn't use any of these.
Yes, that can be done. I can do that separately.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145298/new/
https://reviews.llvm.org/D145298
More information about the libc-commits
mailing list