On Mar 23, 2011, at 6:15 PM, Jonathan Sauer wrote:

> Hello,
> 
> according to the source and according to the following output, 
> __STDC_HOSTED__ works in clang trunk:
> 
> $ /opt/bin/clang -dM -E - <<<'' | grep '__STDC_HOSTED__'
> #define __STDC_HOSTED__ 1
> 
> $/opt/bin/clang -dM -E -ffreestanding - <<<'' | grep '__STDC_HOSTED__'
> #define __STDC_HOSTED__ 0
> 
> So I updated www/cxx_status.html to reflect this (diff attached, created from 
> inside llvm/tools/clang).

Thanks! Committed as r128377.

        - Doug
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to