[PATCH] D13455: [safestack] Fast access to the unsafe stack pointer on AArch64/Android.
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 7 17:13:16 PDT 2015
echristo added inline comments.
================
Comment at: lib/Target/AArch64/AArch64ISelLowering.cpp:9761
@@ +9760,3 @@
+ // https://android.googlesource.com/platform/bionic/+/master/libc/private/bionic_tls.h
+ const unsigned kTlsOffset = 0x48;
+ Module *M = IRB.GetInsertBlock()->getParent()->getParent();
----------------
Right. Constants aren't special in llvm naming here.
Repository:
rL LLVM
http://reviews.llvm.org/D13455
More information about the llvm-commits
mailing list