[libc-commits] [PATCH] D145298: [libc] Simplify integration tests by eliminating the artificial sysroot.
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sat Mar 4 20:29:38 PST 2023
jhuber6 added inline comments.
================
Comment at: libc/cmake/modules/LLVMLibCTestRules.cmake:450
libc.src.stdlib.exit
libc.src.unistd.environ
+ )
----------------
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.
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