[llvm] r314420 - Docs: fix link to Debugger intrinsic functions
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 28 08:16:37 PDT 2017
Author: hans
Date: Thu Sep 28 08:16:37 2017
New Revision: 314420
URL: http://llvm.org/viewvc/llvm-project?rev=314420&view=rev
Log:
Docs: fix link to Debugger intrinsic functions
Modified:
llvm/trunk/docs/LangRef.rst
Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=314420&r1=314419&r2=314420&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Thu Sep 28 08:16:37 2017
@@ -12262,7 +12262,7 @@ Debugger Intrinsics
The LLVM debugger intrinsics (which all start with ``llvm.dbg.``
prefix), are described in the `LLVM Source Level
-Debugging <SourceLevelDebugging.html#format_common_intrinsics>`_
+Debugging <SourceLevelDebugging.html#format-common-intrinsics>`_
document.
Exception Handling Intrinsics
@@ -12270,7 +12270,7 @@ Exception Handling Intrinsics
The LLVM exception handling intrinsics (which all start with
``llvm.eh.`` prefix), are described in the `LLVM Exception
-Handling <ExceptionHandling.html#format_common_intrinsics>`_ document.
+Handling <ExceptionHandling.html#format-common-intrinsics>`_ document.
.. _int_trampoline:
More information about the llvm-commits
mailing list