[PATCH] D54837: [Sanitizer] getentropy interception

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 29 15:18:48 PST 2018


vitalybuka added inline comments.


================
Comment at: cmake/config-ix.cmake:122
 
+check_library_exists(c getentropy "" COMPILER_RT_HAS_GETENTROPY)
+
----------------
Should work, but looks inconsistent with the rest.
@eugenis WDYT



Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54837/new/

https://reviews.llvm.org/D54837





More information about the llvm-commits mailing list