[PATCH] D17883: [ASAN] Add support for mips/mips64 android

Mohit Bhakkad via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 03:48:39 PST 2016


mohit.bhakkad created this revision.
mohit.bhakkad added reviewers: kcc, eugenis, samsonov.
mohit.bhakkad added subscribers: llvm-commits, jaydeep, sagar.
mohit.bhakkad set the repository for this revision to rL LLVM.
Herald added subscribers: srhines, danalbert, tberghammer, aemerson.

Continue here from D17842

Patch by Duane Sand

The mips32r2 build of asan_test runs cleanly with same result as for arm/arm64/x86: 3 failed subtests.
The mips64r6 asan_test fails early on a huge_malloc subtest without trying all tests. This is a bug in mips64 malloc, not in asan.

Changes:
Using arch macros defined in D17881
some indentation changes



Repository:
  rL LLVM

http://reviews.llvm.org/D17883

Files:
  lib/sanitizer_common/sanitizer_linux.cc
  lib/sanitizer_common/sanitizer_linux_libcdep.cc
  lib/sanitizer_common/sanitizer_platform_limits_posix.cc
  lib/sanitizer_common/sanitizer_platform_limits_posix.h
  lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17883.49813.patch
Type: text/x-patch
Size: 4496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160304/d69b9557/attachment.bin>


More information about the llvm-commits mailing list