[cfe-dev] If clang can add demo such like llvm-gcc .
Eli Friedman
eli.friedman at gmail.com
Tue Jun 16 12:15:24 PDT 2009
On Tue, Jun 16, 2009 at 10:59 AM, 罗勇刚(Yonggang
Luo)<luoyonggang at gmail.com> wrote:
> We know we can access to http://llvm.org/demo to access the compiler
> llvm-gcc to show the compiling progress.
I don't really see the point; that demo is primarily useful as an
introduction to how C code maps to LLVM IR, and clang usually
generates roughly the same thing as llvm-gcc. If someone wants to
evaluate potentially using clang, an actual binary would be necessary.
-Eli
More information about the cfe-dev
mailing list