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/LLVMBuild.rst | |
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/LLVMBuild.rst')
-rw-r--r-- | llvm/docs/LLVMBuild.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LLVMBuild.rst b/llvm/docs/LLVMBuild.rst index c0c96d3f3ca..58f6f4d20a0 100644 --- a/llvm/docs/LLVMBuild.rst +++ b/llvm/docs/LLVMBuild.rst @@ -86,8 +86,8 @@ LLVM primarily uses the following types of components: libraries that they build on top of. - *Build Tools* - Build tools are applications which are designed to be run as part of the build process (typically to generate other source files). - Currently, LLVM uses one main build tool called :doc:`TableGen - <TableGenFundamentals>` to generate a variety of source files. + Currently, LLVM uses one main build tool called :doc:`TableGen/index` + to generate a variety of source files. - *Tools* - Command line applications which are built using the LLVM component libraries. Most LLVM tools are small and are primarily frontends to the library interfaces. |