[llvm-commits] [llvm] r167781 - /llvm/trunk/docs/CompilerWriterInfo.rst
Jean-Daniel Dupas
devlists at shadowlab.org
Mon Nov 12 15:43:34 PST 2012
Author: jddupas
Date: Mon Nov 12 17:43:34 2012
New Revision: 167781
URL: http://llvm.org/viewvc/llvm-project?rev=167781&view=rev
Log:
Update link to external 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=167781&r1=167780&r2=167781&view=diff
==============================================================================
--- llvm/trunk/docs/CompilerWriterInfo.rst (original)
+++ llvm/trunk/docs/CompilerWriterInfo.rst Mon Nov 12 17:43:34 2012
@@ -87,7 +87,7 @@
Other x86-specific information
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-* `Calling conventions for different C++ compilers and operating systems <http://www.agner.org/assem/calling_conventions.pdf>`_
+* `Calling conventions for different C++ compilers and operating systems <http://www.agner.org/optimize/calling_conventions.pdf>`_
Other relevant lists
--------------------
More information about the llvm-commits
mailing list