[all-commits] [llvm/llvm-project] 6f4e4e: [libc] Internal getrandom implementation (#144427)

sribee8 via All-commits all-commits at lists.llvm.org
Wed Jun 18 10:57:19 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f4e4ea17745d1414519651eb4067ce14031ea93
      https://github.com/llvm/llvm-project/commit/6f4e4ea17745d1414519651eb4067ce14031ea93
  Author: sribee8 <sriya.pratipati at gmail.com>
  Date:   2025-06-18 (Wed, 18 Jun 2025)

  Changed paths:
    M libc/src/__support/HashTable/CMakeLists.txt
    M libc/src/__support/HashTable/randomness.h
    M libc/src/__support/OSUtil/linux/CMakeLists.txt
    A libc/src/__support/OSUtil/linux/getrandom.h
    M libc/src/sys/random/linux/getrandom.cpp

  Log Message:
  -----------
  [libc] Internal getrandom implementation (#144427)

Implemented an internal getrandom to avoid calls to the public one in
table.h

---------

Co-authored-by: Sriya Pratipati <sriyap at google.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list