forked from OSchip/llvm-project
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:
parent
5685468f9d
commit
27e147e471
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue