[PATCH] D28574: [scudo] Refactor of CRC32 and ARM runtime CRC32 detection

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 09:04:28 PST 2017


cryptoad updated this revision to Diff 84684.
cryptoad marked an inline comment as done.
cryptoad added a comment.

Removing the static qualifier for the HWCap variable to prevent libc++
dependencies.


https://reviews.llvm.org/D28574

Files:
  cmake/config-ix.cmake
  lib/scudo/CMakeLists.txt
  lib/scudo/scudo_allocator.cpp
  lib/scudo/scudo_allocator.h
  lib/scudo/scudo_crc32.cpp
  lib/scudo/scudo_crc32.h
  lib/scudo/scudo_utils.cpp
  lib/scudo/scudo_utils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28574.84684.patch
Type: text/x-patch
Size: 8319 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170117/b8a9e05f/attachment.bin>


More information about the llvm-commits mailing list