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

Chris Lattner clattner at apple.com
Thu Jul 21 13:42:12 PDT 2011


On Jul 21, 2011, at 1:31 PM, David Blaikie wrote:

> 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).

Hey David,

This would be really really great, the demo page is long need for a rewrite.  FYI the right path to the demo page is here:
http://llvm.org/viewvc/llvm-project/www/trunk/demo/

-Chris




More information about the cfe-dev mailing list