[PATCH] D64457: [GWP-ASan] Attempt to fix Android/ARM platforms.

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 21:32:18 PST 2020


smeenai added a comment.

I filed https://bugs.llvm.org/show_bug.cgi?id=45014 for an Android compiler-rt compilation error I ran into for API 29. (I needed to build with API 29 because it's only API 29's libc.so that has `__tls_get_addr` and `__aeabi_read_tp`, which are needed for non-emulated TLS.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64457/new/

https://reviews.llvm.org/D64457





More information about the llvm-commits mailing list