[llvm] r183341 - [docs] Add link to SysV ABI document.
Sean Silva
silvas at purdue.edu
Wed Jun 5 14:11:11 PDT 2013
Author: silvas
Date: Wed Jun 5 16:11:11 2013
New Revision: 183341
URL: http://llvm.org/viewvc/llvm-project?rev=183341&view=rev
Log:
[docs] Add link to SysV 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=183341&r1=183340&r2=183341&view=diff
==============================================================================
--- llvm/trunk/docs/CompilerWriterInfo.rst (original)
+++ llvm/trunk/docs/CompilerWriterInfo.rst Wed Jun 5 16:11:11 2013
@@ -103,6 +103,8 @@ Other relevant lists
ABI
===
+* `System V Application Binary Interface <http://www.sco.com/developers/gabi/latest/contents.html>`_
+
Linux
-----
More information about the llvm-commits
mailing list