diff options
Diffstat (limited to 'llvm/docs/index.rst')
-rw-r--r-- | llvm/docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index aec897b9ea9..726a3923207 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -248,7 +248,7 @@ For API clients and LLVM developers. working on retargetting LLVM to a new architecture, designing a new codegen pass, or enhancing existing components. -:doc:`TableGenFundamentals` +:doc:`TableGen Fundamentals <TableGen/index>` Describes the TableGen tool, which is used heavily by the LLVM code generator. |