[PATCH] D40116: [asan] Fallback to non-ifunc dynamic shadow on android<22.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 18:47:06 PST 2017


eugenis updated this revision to Diff 123123.
eugenis added a comment.

Changed condition to <21.

API 21 is known to be broken with ASan, but it's OK to target it as the minimum API level, and it means the ifunc is supported.


https://reviews.llvm.org/D40116

Files:
  compiler-rt/lib/asan/asan_linux.cc
  compiler-rt/lib/asan/asan_premap_shadow.cc
  compiler-rt/lib/asan/asan_premap_shadow.h
  llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  llvm/test/Instrumentation/AddressSanitizer/with-ifunc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40116.123123.patch
Type: text/x-patch
Size: 4193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171116/ab53fcc1/attachment.bin>


More information about the llvm-commits mailing list