diff options
| author | Sean Silva <silvas@purdue.edu> | 2014-04-07 22:46:40 +0000 |
|---|---|---|
| committer | Sean Silva <silvas@purdue.edu> | 2014-04-07 22:46:40 +0000 |
| commit | 397ee6ec98e8f74555deb713af15408ce1308732 (patch) | |
| tree | 2a751397afa1cb609bae0800ee4461996531e842 /llvm/docs/CommandGuide | |
| parent | 0b4df9b3f4c97ee12d94547cded401c236cab9fd (diff) | |
| download | bcm5719-llvm-397ee6ec98e8f74555deb713af15408ce1308732.tar.gz bcm5719-llvm-397ee6ec98e8f74555deb713af15408ce1308732.zip | |
[docs] Fix some links
The TableGen docs have changed structure
Patch by Tay Ray Chuan!
llvm-svn: 205744
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/tblgen.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/tblgen.rst b/llvm/docs/CommandGuide/tblgen.rst index 1c4682830d1..a42b04dbf8b 100644 --- a/llvm/docs/CommandGuide/tblgen.rst +++ b/llvm/docs/CommandGuide/tblgen.rst @@ -15,7 +15,8 @@ users of LLVM will not need to use this program. It is only for assisting with writing an LLVM target backend. The input and output of :program:`tblgen` is beyond the scope of this short -introduction. Please see :doc:`../TableGenFundamentals`. +introduction; please see the :doc:`introduction to TableGen +<../TableGen/index>`. The *filename* argument specifies the name of a Target Description (``.td``) file to read as input. |

