[cfe-dev] Switching http://llvm.org/demo to clang or providing a separate clang demo

David Blaikie dblaikie at gmail.com
Thu Jul 21 13:31:29 PDT 2011


I was hoping to show a friend some examples of clang's excellent
diagnostic output (& try out the spellcheck/typo cases) but it seems
that the llvm demo still uses llvm-gcc.

What would it take to switch it over to clang? Is it just a matter of
changing the cgi script to point to clang instead of llvm-gcc, or will
the actual demo machine need configuration changes (
http://llvm.org/viewvc/llvm-project/cfe/trunk/www/demo/index.cgi?view=markup
refers to vadve's home directory
(/home/vadve/shared/llvm-gcc4.0-2.1/bin/)) I wouldn't mind adding some
compiler flags there too - especially C++0x, warning levels, etc.

It also looks like this is pointing to a rather old build of LLVM (2.1).



More information about the cfe-dev mailing list