From a7aec400a7014edba1eeb53c582d3ab47178fe8d Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Fri, 11 Jan 2013 02:28:08 +0000 Subject: 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172162 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LinkTimeOptimization.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/LinkTimeOptimization.rst') diff --git a/docs/LinkTimeOptimization.rst b/docs/LinkTimeOptimization.rst index 822196ccf4..c15abd325e 100644 --- a/docs/LinkTimeOptimization.rst +++ b/docs/LinkTimeOptimization.rst @@ -1,5 +1,3 @@ -.. _lto: - ====================================================== LLVM Link Time Optimization: Design and Implementation ====================================================== -- cgit v1.2.3