From: John Criswell Date: Fri, 3 Oct 2003 13:48:27 +0000 (+0000) Subject: Added links to the C and C++ frontends. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=aa5ff246e9a6b0cd030010384993eda972911dde;p=oota-llvm.git 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 --- diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index cb6d3d2b839..93876b71c3f 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -79,6 +79,16 @@
+
llvmgcc +
+ GCC-based C front end for LLVM. +

+ +

llvmg++ +
+ GCC-based C++ front end for LLVM. +

+

gccas
LLVM assembler used by GCC and other native compiler tools.