[libc-commits] [PATCH] D135187: [libc] implement basic rand and srand

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Oct 4 13:31:37 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG38b6f58e33bb: [libc] implement basic rand and srand (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135187

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-macros/CMakeLists.txt
  libc/include/llvm-libc-macros/stdlib-macros.h
  libc/include/stdlib.h.def
  libc/spec/spec.td
  libc/spec/stdc.td
  libc/src/stdlib/CMakeLists.txt
  libc/src/stdlib/rand.cpp
  libc/src/stdlib/rand.h
  libc/src/stdlib/rand_util.cpp
  libc/src/stdlib/rand_util.h
  libc/src/stdlib/srand.cpp
  libc/src/stdlib/srand.h
  libc/test/src/stdlib/CMakeLists.txt
  libc/test/src/stdlib/rand_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135187.465140.patch
Type: text/x-patch
Size: 11619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221004/2a71e09e/attachment.bin>


More information about the libc-commits mailing list