[all-commits] [llvm/llvm-project] 9eb118: Implement `getrandom` function for linux targets.
Schrodinger ZHU Yifan via All-commits
all-commits at lists.llvm.org
Mon Oct 10 11:00:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9eb11856cf1fa62c5408594fafc973eb2d380cdb
https://github.com/llvm/llvm-project/commit/9eb11856cf1fa62c5408594fafc973eb2d380cdb
Author: Schrodinger ZHU Yifan <yifanzhu at rochester.edu>
Date: 2022-10-10 (Mon, 10 Oct 2022)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/config/linux/x86_64/headers.txt
M libc/include/CMakeLists.txt
M libc/include/llvm-libc-macros/CMakeLists.txt
M libc/include/llvm-libc-macros/linux/CMakeLists.txt
A libc/include/llvm-libc-macros/linux/sys-random-macros.h
A libc/include/llvm-libc-macros/sys-random-macros.h
A libc/include/sys/random.h.def
M libc/spec/linux.td
M libc/src/sys/CMakeLists.txt
A libc/src/sys/random/CMakeLists.txt
A libc/src/sys/random/getrandom.h
A libc/src/sys/random/linux/CMakeLists.txt
A libc/src/sys/random/linux/getrandom.cpp
M libc/test/src/sys/CMakeLists.txt
A libc/test/src/sys/random/CMakeLists.txt
A libc/test/src/sys/random/linux/CMakeLists.txt
A libc/test/src/sys/random/linux/getrandom_test.cpp
Log Message:
-----------
Implement `getrandom` function for linux targets.
Reviewed By: michaelrj, sivachandra
Differential Revision: https://reviews.llvm.org/D134665
More information about the All-commits
mailing list