diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-09-20 18:24:04 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-09-20 18:24:04 +0000 |
commit | e5a789627ad15c1c747aa2824da00ae5d29a3ba4 (patch) | |
tree | 80f88318bab606ee524c35276de58042633049dd /docs/CommandGuide | |
parent | 83a8031336a1155e6b0c3e9a84164324e08d1c8b (diff) |
Remove mention of llvm-gcc and llvm-g++. -Ministry of Truth
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140163 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/index.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 6f217db4d0..166cca1bad 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -78,25 +78,6 @@ options) arguments to the tool you are interested in.</p> <!-- *********************************************************************** --> <h2> - <a name="frontend">C and C++ Front-end Commands</a> -</h2> -<!-- *********************************************************************** --> - -<div> -<ul> - -<li><a href="/cmds/llvmgcc.html"><b>llvm-gcc</b></a> - - GCC-based C front-end for LLVM - -<li><a href="/cmds/llvmgxx.html"><b>llvm-g++</b></a> - - GCC-based C++ front-end for LLVM</li> - -</ul> - -</div> - -<!-- *********************************************************************** --> -<h2> <a name="debug">Debugging Tools</a> </h2> <!-- *********************************************************************** --> |