diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2008-12-11 10:38:06 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2008-12-11 10:38:06 +0000 |
commit | de1e5216481bc4ebfbc710591287ae5f8fc183ba (patch) | |
tree | 440afce010fffa10138fc06eaaa372aa39689dc3 /tools/llvmc/doc/LLVMC-Reference.rst | |
parent | 87f1e7796d02ea991bdbf084f312879988732a26 (diff) | |
download | external_llvm-de1e5216481bc4ebfbc710591287ae5f8fc183ba.zip external_llvm-de1e5216481bc4ebfbc710591287ae5f8fc183ba.tar.gz external_llvm-de1e5216481bc4ebfbc710591287ae5f8fc183ba.tar.bz2 |
Merge Base.td and Tools.td.
This stuff is not used outside Base.td, and with the conversion of the
compilation graph to string-based format became much less (if at all)
useful.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60873 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc/doc/LLVMC-Reference.rst')
-rw-r--r-- | tools/llvmc/doc/LLVMC-Reference.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/llvmc/doc/LLVMC-Reference.rst b/tools/llvmc/doc/LLVMC-Reference.rst index 822c72b..4fc53e0 100644 --- a/tools/llvmc/doc/LLVMC-Reference.rst +++ b/tools/llvmc/doc/LLVMC-Reference.rst @@ -158,9 +158,6 @@ Each TableGen configuration file should include the common definitions:: include "llvm/CompilerDriver/Common.td" - // And optionally: - // include "llvm/CompilerDriver/Tools.td" - // which contains some useful tool definitions. Internally, LLVMC stores information about possible source transformations in form of a graph. Nodes in this graph represent |