forked from OSchip/llvm-project
e0d01294bc
Some platforms, like several embedded platforms, do not provide a source of randomness through a random device. This commit makes it possible to build and test libc++ for such platforms, i.e. without std::random_device. Surprisingly, the only functionality that doesn't work on such platforms is std::random_device itself -- everything else in <random> still works, one just has to find alternative ways to seed the PRNGs. |
||
---|---|---|
.. | ||
Modules | ||
caches | ||
config-ix.cmake |