[Lldb-commits] [lldb] 68bb4e1 - [lldb][NFC] Inclusive Language: Replace master with main

Quinn Pham via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 1 10:25:57 PDT 2021


Author: Quinn Pham
Date: 2021-11-01T12:25:41-05:00
New Revision: 68bb4e16482b765148993cbb912f5be1b01d5b57

URL: https://github.com/llvm/llvm-project/commit/68bb4e16482b765148993cbb912f5be1b01d5b57
DIFF: https://github.com/llvm/llvm-project/commit/68bb4e16482b765148993cbb912f5be1b01d5b57.diff

LOG: [lldb][NFC] Inclusive Language: Replace master with main

[NFC] This patch fixes a URL within a git repo whose master branch was renamed
to main.

Added: 
    

Modified: 
    lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp b/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
index 2b5a038fbc91c..ccfbeec3d5891 100644
--- a/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
+++ b/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
@@ -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.


        


More information about the lldb-commits mailing list