[libc-commits] [PATCH] D134665: Implement `getrandom` function for linux targets.

Schrodinger ZHU Yifan via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Sep 26 12:35:52 PDT 2022


SchrodingerZhu created this revision.
Herald added projects: libc-project, All.
Herald added a subscriber: libc-commits.
SchrodingerZhu requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134665

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/linux/x86_64/headers.txt
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-macros/linux/sys-random-macros.h
  libc/include/llvm-libc-macros/sys-random-macros.h
  libc/include/sys/random.h.def
  libc/src/sys/CMakeLists.txt
  libc/src/sys/random/CMakeLists.txt
  libc/src/sys/random/getrandom.h
  libc/src/sys/random/linux/CMakeLists.txt
  libc/src/sys/random/linux/getrandom.cpp
  libc/test/src/sys/CMakeLists.txt
  libc/test/src/sys/random/CMakeLists.txt
  libc/test/src/sys/random/linux/CMakeLists.txt
  libc/test/src/sys/random/linux/getrandom_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134665.462996.patch
Type: text/x-patch
Size: 9645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220926/ee27c560/attachment.bin>


More information about the libc-commits mailing list