X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FLLVMBuild.rst;h=58f6f4d20a041a98667b0b80e9dd3a9ae6a30586;hb=1adc6064bc8555c1fd505f91e509bc4e6e7e6aa2;hp=c0c96d3f3ca8a867aed2e04297be156a3d58a7e6;hpb=baf8c08693d2086cd8e45b31645812b51984b926;p=oota-llvm.git diff --git a/docs/LLVMBuild.rst b/docs/LLVMBuild.rst index c0c96d3f3ca..58f6f4d20a0 100644 --- a/docs/LLVMBuild.rst +++ b/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 - ` 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.