Update x86-64 ABI link with the one from linuxbase.org since the other

seems to be down.

llvm-svn: 299151
This commit is contained in:
Eric Christopher 2017-03-31 01:59:40 +00:00
parent 5685468f9d
commit 27e147e471
1 changed files with 1 additions and 1 deletions

View File

@ -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