From: Eric Christopher Date: Fri, 31 Mar 2017 01:59:40 +0000 (+0000) Subject: Update x86-64 ABI link with the one from linuxbase.org since the other X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1374706cc9b2b674039b4a60d6d8f15e4750abcd;p=clang Update x86-64 ABI link with the one from linuxbase.org since the other seems to be down. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299151 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/TargetInfo.h b/include/clang/Basic/TargetInfo.h index 42469a1ca9..9bdb288eef 100644 --- a/include/clang/Basic/TargetInfo.h +++ b/include/clang/Basic/TargetInfo.h @@ -168,7 +168,7 @@ public: PowerABIBuiltinVaList, /// __builtin_va_list as defined by the x86-64 ABI: - /// http://www.x86-64.org/documentation/abi.pdf + /// http://refspecs.linuxbase.org/elf/x86_64-abi-0.21.pdf X86_64ABIBuiltinVaList, /// __builtin_va_list as defined by ARM AAPCS ABI