[libc][NFC] Add src.__support.OSUtil targets conditionally.Before this change, they were unconditionally added, irrespective of theavailability of the architecture specific pieces.
[lib][Obvious] Fix style in a few include directives.
[libc] Add linux aarch64 syscall implementation.Add mmap and munmap to the linux aarch64 entrypoint list as the firstuser of these syscalls.Reviewed By: michaelrjDifferential Revision: https:/
[libc] Add linux aarch64 syscall implementation.Add mmap and munmap to the linux aarch64 entrypoint list as the firstuser of these syscalls.Reviewed By: michaelrjDifferential Revision: https://reviews.llvm.org/D116949
show more ...
[libc] Move the x86_64 syscall functions to OSUtil.Reviewed By: michaelrj, lntueDifferential Revision: https://reviews.llvm.org/D116177
[libc][NFC] Remove dependecies on entrypoints from loader tests.A small collection of utils called osutils has been added. These utilsare now used in loader tests instead of the equivalent entrypo
[libc][NFC] Remove dependecies on entrypoints from loader tests.A small collection of utils called osutils has been added. These utilsare now used in loader tests instead of the equivalent entrypoints.The loader can now be built and tested without depending on any entrypoint.In a follow up change, the relevent entrypoints will be updated to use thenewly added osutils.Reviewed By: lntue, michaelrjDifferential Revision: https://reviews.llvm.org/D115655