Skip to content

Commit f0724f0

Browse files
authored
[llvm][NFC] Update URL in comment about Android ABI
The previous URL was stale, and referenced 'master' instead of 'main', which will never be updated. Reviewers: topperc, enh-google Reviewed By: enh-google Pull Request: #87726
1 parent 7e4883f commit f0724f0

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
@@ -26025,7 +26025,7 @@ static Value *UseTlsOffset(IRBuilderBase &IRB, unsigned Offset) {
2602526025
Value *AArch64TargetLowering::getIRStackGuard(IRBuilderBase &IRB) const {
2602626026
// Android provides a fixed TLS slot for the stack cookie. See the definition
2602726027
// of TLS_SLOT_STACK_GUARD in
26028-
// https://android.googlesource.com/platform/bionic/+/master/libc/private/bionic_tls.h
26028+
// https://android.googlesource.com/platform/bionic/+/main/libc/platform/bionic/tls_defines.h
2602926029
if (Subtarget->isTargetAndroid())
2603026030
return UseTlsOffset(IRB, 0x28);
2603126031

0 commit comments

Comments
 (0)