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/tblgen.rst | |
parent | 0b4df9b3f4c97ee12d94547cded401c236cab9fd (diff) | |
download | llvm-397ee6ec98e8f74555deb713af15408ce1308732.zip llvm-397ee6ec98e8f74555deb713af15408ce1308732.tar.gz llvm-397ee6ec98e8f74555deb713af15408ce1308732.tar.bz2 |
[docs] Fix some links
The TableGen docs have changed structure
Patch by Tay Ray Chuan!
llvm-svn: 205744
Diffstat (limited to 'llvm/docs/CommandGuide/tblgen.rst')
-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 1c46828..a42b04d 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. |