projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a8c173
)
[lldb][NFC] Inclusive Language: Replace master with main
author
Quinn Pham
<Quinn.Pham@ibm.com>
Mon, 1 Nov 2021 17:15:37 +0000
(12:15 -0500)
committer
Quinn Pham
<Quinn.Pham@ibm.com>
Mon, 1 Nov 2021 17:25:41 +0000
(12:25 -0500)
[NFC] This patch fixes a URL within a git repo whose master branch was renamed
to main.
lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
patch
|
blob
|
history
diff --git
a/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
b/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
index
2b5a038
..
ccfbeec
100644
(file)
--- 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/ma
ster
/aapcs64/
+// v. https://github.com/ARM-software/abi-aa/blob/ma
in
/aapcs64/
// We treat x29 as callee preserved also, else the unwinder won't try to
// retrieve fp saves.