aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CompilerWriterInfo.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-06-05 21:11:16 +0000
committerSean Silva <silvas@purdue.edu>2013-06-05 21:11:16 +0000
commitf41d317054bc923c2f21d2529acae0e82e7341f3 (patch)
tree6356563eee7ef576c44060bd9f8e78effae645fa /docs/CompilerWriterInfo.rst
parentc85756f4b0294e48630354471107bfe8a3a9f3ef (diff)
downloadexternal_llvm-f41d317054bc923c2f21d2529acae0e82e7341f3.zip
external_llvm-f41d317054bc923c2f21d2529acae0e82e7341f3.tar.gz
external_llvm-f41d317054bc923c2f21d2529acae0e82e7341f3.tar.bz2
[docs] Add link to C++ ABI document.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183342 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CompilerWriterInfo.rst')
-rw-r--r--docs/CompilerWriterInfo.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst
index 978cf5a..bb24436 100644
--- a/docs/CompilerWriterInfo.rst
+++ b/docs/CompilerWriterInfo.rst
@@ -104,6 +104,7 @@ ABI
===
* `System V Application Binary Interface <http://www.sco.com/developers/gabi/latest/contents.html>`_
+* `Itanium C++ ABI <http://mentorembedded.github.io/cxx-abi/>`_
Linux
-----