[scudo] ARM32 support
authorKostya Kortchinsky <kostyak@google.com>
Tue, 20 Dec 2016 21:17:58 +0000 (21:17 +0000)
committerKostya Kortchinsky <kostyak@google.com>
Tue, 20 Dec 2016 21:17:58 +0000 (21:17 +0000)
commite3be61c1393604e9e0efa98c4c2352c05b32f61e
tree7b7f62e588368845f263b344794922e155394571
parent0c30f089d5db6bd4ec9cbcc1d79b81af2cfb6014
[scudo] ARM32 support

Summary:
With the previous modifications, the code works on ARM32. The random shuffle
test is unsupported on 32-bit platforms for the moment and being marked as
such. There is no hardware support for the checksum computation yet, this will
come at a later point.

Reviewers: kcc, alekseyshl

Subscribers: llvm-commits, aemerson, rengolin, mgorny

Differential Revision: https://reviews.llvm.org/D27957

llvm-svn: 290201
compiler-rt/cmake/config-ix.cmake
compiler-rt/test/scudo/random_shuffle.cpp