[PATCH] D55581: Switch Android from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)

Ryan Prichard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 11 18:58:27 PST 2018


rprichard added a comment.

I switched HWAddressSanitizer::getHwasanThreadSlotPtr over:
https://reviews.llvm.org/D55592

I searched for other references of `thread_pointer` and only found the (TLS_SLOT_SAFESTACK == 9) reference that presumably isn't in use. The CL adding TLS_SLOT_SAFESTACK to Bionic is still in progress (https://android-review.googlesource.com/c/platform/bionic/+/170988). If it's revived, it'll need to use a different slot value (probably negative on AArch64).


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D55581





More information about the llvm-commits mailing list