[llvm] r183342 - [docs] Add link to C++ ABI document.

Sean Silva silvas at purdue.edu
Wed Jun 5 14:11:16 PDT 2013


Author: silvas
Date: Wed Jun  5 16:11:16 2013
New Revision: 183342

URL: http://llvm.org/viewvc/llvm-project?rev=183342&view=rev
Log:
[docs] Add link to C++ ABI document.

Modified:
    llvm/trunk/docs/CompilerWriterInfo.rst

Modified: llvm/trunk/docs/CompilerWriterInfo.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CompilerWriterInfo.rst?rev=183342&r1=183341&r2=183342&view=diff
==============================================================================
--- llvm/trunk/docs/CompilerWriterInfo.rst (original)
+++ llvm/trunk/docs/CompilerWriterInfo.rst Wed Jun  5 16:11:16 2013
@@ -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
 -----





More information about the llvm-commits mailing list