[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 08:23:04 PST 2017
cryptoad updated this revision to Diff 84677.
cryptoad added a comment.
Adding the cmake changes to allow -mcrc detection and use.
During additional testing, it was discovered that HWCAP_CRC32 was not defined
on some platforms.
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.84677.patch
Type: text/x-patch
Size: 8326 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170117/236d2b82/attachment.bin>
More information about the llvm-commits
mailing list