Skip to content

Commit 82bb217

Browse files
author
git apple-llvm automerger
committed
Merge commit 'f0724f070429' from llvm.org/main into next
2 parents f1f047b + f0724f0 commit 82bb217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26216,7 +26216,7 @@ static Value *UseTlsOffset(IRBuilderBase &IRB, unsigned Offset) {
2621626216
Value *AArch64TargetLowering::getIRStackGuard(IRBuilderBase &IRB) const {
2621726217
// Android provides a fixed TLS slot for the stack cookie. See the definition
2621826218
// of TLS_SLOT_STACK_GUARD in
26219-
// https://android.googlesource.com/platform/bionic/+/master/libc/private/bionic_tls.h
26219+
// https://android.googlesource.com/platform/bionic/+/main/libc/platform/bionic/tls_defines.h
2622026220
if (Subtarget->isTargetAndroid())
2622126221
return UseTlsOffset(IRB, 0x28);
2622226222

0 commit comments

Comments
 (0)