summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-03 13:48:27 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-03 13:48:27 +0000
commitaa5ff246e9a6b0cd030010384993eda972911dde (patch)
tree6370aa7c3ad10c29f8259335ba77f3b5cc3c9122 /docs/CommandGuide
parent700c82ddc4fa3619c239bf2bb118b1b84b8d6d10 (diff)
downloadllvm-aa5ff246e9a6b0cd030010384993eda972911dde.tar.gz
llvm-aa5ff246e9a6b0cd030010384993eda972911dde.tar.bz2
llvm-aa5ff246e9a6b0cd030010384993eda972911dde.tar.xz
Added links to the C and C++ frontends.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8836 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html
index cb6d3d2b83..93876b71c3 100644
--- a/docs/CommandGuide/index.html
+++ b/docs/CommandGuide/index.html
@@ -79,6 +79,16 @@
<!--===============================================================-->
<dl compact>
+ <dt><A href="llvmgcc.html"><b>llvmgcc</b></A>
+ <dd>
+ GCC-based C front end for LLVM.
+ <p>
+
+ <dt><A href="llvmgxx.html"><b>llvmg++</b></A>
+ <dd>
+ GCC-based C++ front end for LLVM.
+ <p>
+
<dt><A href="gccas.html"><b>gccas</b></A>
<dd>
LLVM assembler used by GCC and other native compiler tools.