diff options
author | Renato Golin <renato.golin@linaro.org> | 2014-04-01 09:51:49 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2014-04-01 09:51:49 +0000 |
commit | 33f973a43a904a60517a992bcf682d3151083264 (patch) | |
tree | f2c5aef08f34c6614d364b4748916639cfcb9a82 /llvm/docs/index.rst | |
parent | 1328b28dc6f3ea31854cfdaaa43d200aa9df2407 (diff) | |
download | bcm5719-llvm-33f973a43a904a60517a992bcf682d3151083264.tar.gz bcm5719-llvm-33f973a43a904a60517a992bcf682d3151083264.zip |
Recover TableGen/LangRef, make it official
Making the new TableGen documentation official and marking the old file as
"Moved". Also, reverting the original LangRef as the normative formal
description of the language, while keeping the "new" LangRef as LangIntro
for the less inlcined to reading language grammars.
We should remove TableGenFundamentals.rst one day, but for now, just a
warning that it moved will have to do, while we make sure there are no more
links to it from elsewhere.
llvm-svn: 205289
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. |