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

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Oct 10 11:00:54 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG9eb11856cf1f: Implement `getrandom` function for linux targets. (authored by SchrodingerZhu, committed by michaelrj).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134665/new/

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/CMakeLists.txt
  libc/include/llvm-libc-macros/linux/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/spec/linux.td
  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.466556.patch
Type: text/x-patch
Size: 11409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221010/4eecfbd8/attachment.bin>


More information about the libc-commits mailing list