Update x86-64 ABI link with the one from linuxbase.org since the other
authorEric Christopher <echristo@gmail.com>
Fri, 31 Mar 2017 01:59:40 +0000 (01:59 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 31 Mar 2017 01:59:40 +0000 (01:59 +0000)
seems to be down.

llvm-svn: 299151

clang/include/clang/Basic/TargetInfo.h

index 42469a1..9bdb288 100644 (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