[PATCH] D53906: [ARM][AArch64] Increase TLS alignment to reserve space for Android's TCB
Ryan Prichard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 7 18:23:04 PST 2019
rprichard added a comment.
I think this CL is ready for review now.
There was a bit of trouble with switching a buildbot over to aosp-master for testing, but that's fixed now, and hwasan and compiler-rt are now switched over from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6).
- https://reviews.llvm.org/D55581#1330652
- https://reviews.llvm.org/rL350448
- https://reviews.llvm.org/rL350449
I also have a Bionic CL in review that rearranges TLS memory:
- https://android-review.googlesource.com/c/platform/bionic/+/859498
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53906/new/
https://reviews.llvm.org/D53906
More information about the llvm-commits
mailing list