projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
700c82d
)
Added links to the C and C++ frontends.
author
John Criswell
<criswell@uiuc.edu>
Fri, 3 Oct 2003 13:48:27 +0000
(13:48 +0000)
committer
John Criswell
<criswell@uiuc.edu>
Fri, 3 Oct 2003 13:48:27 +0000
(13:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8836
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/CommandGuide/index.html
patch
|
blob
|
history
diff --git
a/docs/CommandGuide/index.html
b/docs/CommandGuide/index.html
index cb6d3d2b8390d828ae3193565bda641fa503a5fc..93876b71c3fee7337eb44869f259d69d766f8864 100644
(file)
--- 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.