[PATCH] D61867: [GWP-ASan] Initial build files, implementation of PRNG [1].
    Mitch Phillips via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue May 14 14:23:58 PDT 2019
    
    
  
hctim updated this revision to Diff 199512.
hctim marked an inline comment as done.
hctim added a comment.
- Updated getRandomUnsigned32() to simply use xorshift32, instead of xorwow.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61867/new/
https://reviews.llvm.org/D61867
Files:
  compiler-rt/cmake/config-ix.cmake
  compiler-rt/lib/gwp_asan/CMakeLists.txt
  compiler-rt/lib/gwp_asan/random.cpp
  compiler-rt/lib/gwp_asan/random.h
  compiler-rt/test/gwp_asan/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61867.199512.patch
Type: text/x-patch
Size: 4893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190514/515b1d1c/attachment.bin>
    
    
More information about the llvm-commits
mailing list