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

Eric Christopher via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 30 18:59:41 PDT 2017


Author: echristo
Date: Thu Mar 30 20:59:40 2017
New Revision: 299151

URL: http://llvm.org/viewvc/llvm-project?rev=299151&view=rev
Log:
Update x86-64 ABI link with the one from linuxbase.org since the other
seems to be down.

Modified:
    cfe/trunk/include/clang/Basic/TargetInfo.h

Modified: cfe/trunk/include/clang/Basic/TargetInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/TargetInfo.h?rev=299151&r1=299150&r2=299151&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/TargetInfo.h (original)
+++ cfe/trunk/include/clang/Basic/TargetInfo.h Thu Mar 30 20:59:40 2017
@@ -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




More information about the cfe-commits mailing list