[llvm] r179006 - Add ACLE link to ARM documentation sections

Tim Northover Tim.Northover at arm.com
Mon Apr 8 01:42:24 PDT 2013


Author: tnorthover
Date: Mon Apr  8 03:42:24 2013
New Revision: 179006

URL: http://llvm.org/viewvc/llvm-project?rev=179006&view=rev
Log:
Add ACLE link to ARM documentation sections

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=179006&r1=179005&r2=179006&view=diff
==============================================================================
--- llvm/trunk/docs/CompilerWriterInfo.rst (original)
+++ llvm/trunk/docs/CompilerWriterInfo.rst Mon Apr  8 03:42:24 2013
@@ -20,11 +20,15 @@ ARM
 
 * `ABI <http://www.arm.com/products/DevTools/ABI.html>`_
 
+* `ARM C Language Extensions <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0053a/IHI0053A_acle.pdf>`_
+
 AArch64
 -------
 
 * `ARMv8 Instruction Set Overview <http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.genc010197a/index.html>`_
 
+* `ARM C Language Extensions <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0053a/IHI0053A_acle.pdf>`_
+
 Itanium (ia64)
 --------------
 





More information about the llvm-commits mailing list