[libc-commits] [libc] Add Linux sys call wrapper in LibC [ Issue #110122 ] (PR #110307)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Mon Sep 30 14:42:15 PDT 2024


michaelrj-google wrote:

Ah, you need to add this function to [`entrypoints.txt`](https://github.com/llvm/llvm-project/blob/main/libc/config/linux/x86_64/entrypoints.txt) which is the list of functions we provide for each target. If you want to see which functions are being skipped, add `-DLIBC_CMAKE_VERBOSE_LOGGING=ON` to your cmake command.

https://github.com/llvm/llvm-project/pull/110307


More information about the libc-commits mailing list