summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/TargetInfo.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2017-03-31 01:59:40 +0000
committerEric Christopher <echristo@gmail.com>2017-03-31 01:59:40 +0000
commit1374706cc9b2b674039b4a60d6d8f15e4750abcd (patch)
tree252af78eb2107b9740f48ece5a229d195ac094c8 /include/clang/Basic/TargetInfo.h
parentb429dfb8fa85b4ac40689e74d917d8356cd6418e (diff)
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
Diffstat (limited to 'include/clang/Basic/TargetInfo.h')
-rw-r--r--include/clang/Basic/TargetInfo.h2
1 files changed, 1 insertions, 1 deletions
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