"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "bffefc015ee3dbd9ada781d6a2a46c0c1fcef50e"
[libc++] Allow building libc++ on platforms without a random device
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.
Loading
Please register or sign in to comment