[PATCH] D28960: [scudo] Enabling AArch64 support for Scudo

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 08:34:40 PST 2017


cryptoad added a comment.

check-scudo was successfully tested on an aarch64 board.

  pi at localhost:~/llvm-build> uname -a
  Linux raspberry 4.4.39-5-default #1 SMP Fri Jan 6 06:11:51 UTC 2017 (170ddd6) aarch64 aarch64 aarch64 GNU/Linux
  pi at localhost:~/llvm-build> ninja check-scudo
  [1/2] Running the Scudo Hardened Allocator tests
  -- Testing: 15 tests, 4 threads --
  Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
  Testing Time: 5.32s
    Expected Passes    : 14
    Unsupported Tests  : 1


https://reviews.llvm.org/D28960





More information about the llvm-commits mailing list