Skip to content

Commit

Permalink
[lldb][NFC] Inclusive Language: Replace master with main
Browse files Browse the repository at this point in the history
[NFC] This patch fixes a URL within a git repo whose master branch was renamed
to main.
  • Loading branch information
Quinn Pham authored and Quinn Pham committed Nov 1, 2021
1 parent 5a8c173 commit 68bb4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
Expand Up @@ -402,7 +402,7 @@ bool ABIMacOSX_arm64::CreateDefaultUnwindPlan(UnwindPlan &unwind_plan) {
// volatile (and specifically only the lower 8 bytes of these regs), the rest
// of the fp/SIMD registers are volatile.
//
// v. https://github.com/ARM-software/abi-aa/blob/master/aapcs64/
// v. https://github.com/ARM-software/abi-aa/blob/main/aapcs64/

// We treat x29 as callee preserved also, else the unwinder won't try to
// retrieve fp saves.
Expand Down

0 comments on commit 68bb4e1

Please sign in to comment.