[PATCH] D61867: [GWP-ASan] Initial build files, implementation of PRNG [1].
Mitch Phillips via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 13 11:10:09 PDT 2019
hctim created this revision.
hctim added reviewers: vlad.tsyrklevich, morehouse, vitalybuka.
Herald added subscribers: llvm-commits, Sanitizers, mgorny, kubamracek, srhines.
Herald added projects: Sanitizers, LLVM.
See D60593 <https://reviews.llvm.org/D60593> for further information.
This patch slices off the PRNG implementation and the initial build files for GWP-ASan.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D61867
Files:
compiler-rt/cmake/config-ix.cmake
compiler-rt/lib/gwp_asan/CMakeLists.txt
compiler-rt/lib/gwp_asan/definitions.h
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.199300.patch
Type: text/x-patch
Size: 6753 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190513/ba4d8b7d/attachment.bin>
More information about the llvm-commits
mailing list