diff options
| author | Sean Silva <silvas@purdue.edu> | 2013-01-11 02:28:08 +0000 |
|---|---|---|
| committer | Sean Silva <silvas@purdue.edu> | 2013-01-11 02:28:08 +0000 |
| commit | 92a44897a23cec916d1fc08eecf71731e3ded752 (patch) | |
| tree | b9fdd5cb6f7db83fbc35f094173f91ebb951e041 /llvm/docs/DebuggingJITedCode.rst | |
| parent | 5ca49f71fd071c0a75a3cefbe6aa1ebc48120da9 (diff) | |
| download | bcm5719-llvm-92a44897a23cec916d1fc08eecf71731e3ded752.tar.gz bcm5719-llvm-92a44897a23cec916d1fc08eecf71731e3ded752.zip | |
docs: Fix long standing linking antipattern.
Before we learned about :doc:, we used :ref: and put a dummy link at the
top of each page. Don't do that anymore.
This fixes PR14891 as a special case.
llvm-svn: 172162
Diffstat (limited to 'llvm/docs/DebuggingJITedCode.rst')
| -rw-r--r-- | llvm/docs/DebuggingJITedCode.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/docs/DebuggingJITedCode.rst b/llvm/docs/DebuggingJITedCode.rst index 53b2e89e5e2..d6101d51003 100644 --- a/llvm/docs/DebuggingJITedCode.rst +++ b/llvm/docs/DebuggingJITedCode.rst @@ -1,5 +1,3 @@ -.. _debugging-jited-code: - ============================== Debugging JIT-ed Code With GDB ============================== |

