diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2014-11-24 09:08:18 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2014-11-24 09:08:18 +0000 |
commit | 5ca98fd98791947eba83a1ed3f2c8191ef7afa6c (patch) | |
tree | f5944309621cee4fe0976be6f9ac619b7ebfc4c2 /docs/CommandGuide/tblgen.rst | |
parent | 68bcb7db193e4bc81430063148253d30a791023e (diff) |
Diffstat (limited to 'docs/CommandGuide/tblgen.rst')
-rw-r--r-- | docs/CommandGuide/tblgen.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/CommandGuide/tblgen.rst b/docs/CommandGuide/tblgen.rst index 1c4682830d18..a42b04dbf8be 100644 --- a/docs/CommandGuide/tblgen.rst +++ b/docs/CommandGuide/tblgen.rst @@ -15,7 +15,8 @@ users of LLVM will not need to use this program. It is only for assisting with writing an LLVM target backend. The input and output of :program:`tblgen` is beyond the scope of this short -introduction. Please see :doc:`../TableGenFundamentals`. +introduction; please see the :doc:`introduction to TableGen +<../TableGen/index>`. The *filename* argument specifies the name of a Target Description (``.td``) file to read as input. |