[Lldb-commits] [lldb] 7a0e98b - [llvm][lldb] Update links to ABI for the Arm Architecture. [NFC]
Francesco Petrogalli via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 13 06:58:45 PST 2020
Author: Francesco Petrogalli
Date: 2020-02-13T14:57:53Z
New Revision: 7a0e98bc74a11b160c3eb0b5a52e9925c7038e3e
URL: https://github.com/llvm/llvm-project/commit/7a0e98bc74a11b160c3eb0b5a52e9925c7038e3e
DIFF: https://github.com/llvm/llvm-project/commit/7a0e98bc74a11b160c3eb0b5a52e9925c7038e3e.diff
LOG: [llvm][lldb] Update links to ABI for the Arm Architecture. [NFC]
Added:
Modified:
lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp b/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
index b3fec9637772..ee38516e30bc 100644
--- a/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
+++ b/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
@@ -2023,7 +2023,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/software-standards/blob/master/abi/aapcs64/
+// v. https://github.com/ARM-software/abi-aa/blob/master/aapcs64/
// We treat x29 as callee preserved also, else the unwinder won't try to
// retrieve fp saves.
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index a561ff6c13fb..2a61e0b19987 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -1913,7 +1913,7 @@ attributes are supported:
present in the IR Module. The signature of the vector variant is
determined by the rules of the Vector Function ABI (VFABI)
specifications of the target. For Arm and X86, the VFABI can be
- found at https://github.com/ARM-software/software-standards and
+ found at https://github.com/ARM-software/abi-aa and
https://software.intel.com/en-us/articles/vector-simd-function-abi,
respectively.
More information about the lldb-commits
mailing list