llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Mital Ashok (MitalAshok) <details> <summary>Changes</summary> http://itanium-cxx-abi.github.io/cxx-abi/ > This website may be mirrored in many places, some of which may become stale. The current canonical location is: > * http://itanium-cxx-abi.github.io/cxx-abi/ https://github.com/ARM-software/abi-aa > This is the official place for the latest documents of the Application Binary Interface for the ArmĀ® Architecture, both for source files and officially released documents. --- Full diff: https://github.com/llvm/llvm-project/pull/96348.diff 1 Files Affected: - (modified) clang/include/clang/Basic/TargetCXXABI.def (+3-5) ``````````diff diff --git a/clang/include/clang/Basic/TargetCXXABI.def b/clang/include/clang/Basic/TargetCXXABI.def index 9501cca760945..c1de583cd4974 100644 --- a/clang/include/clang/Basic/TargetCXXABI.def +++ b/clang/include/clang/Basic/TargetCXXABI.def @@ -29,7 +29,7 @@ /// many compilers, including Clang and GCC. /// /// It is documented here: -/// http://www.codesourcery.com/public/cxx-abi/ +/// http://itanium-cxx-abi.github.io/cxx-abi/ ITANIUM_CXXABI(GenericItanium, "itanium") /// The generic ARM ABI is a modified version of the Itanium ABI @@ -46,8 +46,7 @@ ITANIUM_CXXABI(GenericItanium, "itanium") /// - and more! /// /// It is documented here: -/// http://infocenter.arm.com -/// /help/topic/com.arm.doc.ihi0041c/IHI0041C_cppabi.pdf +/// https://github.com/ARM-software/abi-aa ITANIUM_CXXABI(GenericARM, "arm") /// The iOS ABI is a partial implementation of the ARM ABI. @@ -65,8 +64,7 @@ ITANIUM_CXXABI(iOS, "ios") /// ABI more closely, but we don't guarantee to follow it perfectly. /// /// It is documented here: -/// http://infocenter.arm.com -/// /help/topic/com.arm.doc.ihi0059a/IHI0059A_cppabi64.pdf +/// https://github.com/ARM-software/abi-aa ITANIUM_CXXABI(AppleARM64, "applearm64") /// WatchOS is a modernisation of the iOS ABI, which roughly means it's `````````` </details> https://github.com/llvm/llvm-project/pull/96348 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits