[libcxx-commits] [PATCH] D116045: [libc++] Start using `arc4random()` to implement `std::random_device` on Apple
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 11 09:39:41 PST 2022
ldionne updated this revision to Diff 398992.
ldionne added a comment.
Try to fix CI. The test doesn't fail anymore on older macOS because the exception-throwing test isn't enabled anymore (since we're not using _LIBCPP_USING_DEV_RANDOM).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116045/new/
https://reviews.llvm.org/D116045
Files:
libcxx/docs/ReleaseNotes.rst
libcxx/include/__config
libcxx/include/__random/random_device.h
libcxx/src/random.cpp
libcxx/test/std/numerics/rand/rand.device/ctor.pass.cpp
libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116045.398992.patch
Type: text/x-patch
Size: 5819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220111/9ea3292f/attachment-0001.bin>
More information about the libcxx-commits
mailing list