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/TableGen/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/TableGen/index.rst')
-rw-r--r-- | llvm/docs/TableGen/index.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/docs/TableGen/index.rst b/llvm/docs/TableGen/index.rst index 511a97e2514..0860afa691e 100644 --- a/llvm/docs/TableGen/index.rst +++ b/llvm/docs/TableGen/index.rst @@ -10,6 +10,7 @@ TableGen BackEnds LangRef + LangIntro Deficiencies Introduction @@ -255,7 +256,10 @@ in the current multiclass. -See the `TableGen Language Reference <LangRef.html>`_ for more information. +See the :doc:`TableGen Language Introduction <LangIntro>` for more generic +information on the usage of the language, and the +:doc:`TableGen Language Reference <LangRef>` for more in-depth description +of the formal language specification. .. _backend: .. _backends: |