OSDN Git Service

Docs: fix link to Debugger intrinsic functions
authorHans Wennborg <hans@hanshq.net>
Thu, 28 Sep 2017 15:16:37 +0000 (15:16 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 28 Sep 2017 15:16:37 +0000 (15:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314420 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 9fd7965..0a555c9 100644 (file)
@@ -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: