[cfe-commits] help

Douglas Gregor dgregor at apple.com
Mon Jan 18 11:35:32 PST 2010


On Jan 11, 2010, at 2:21 AM, shines_tao wrote:

>
> Hello everyone ,I have two questions about clang as follows:
>
> 1. In my computer(windows,cmake2.8,vs2008) ,clang&&llvm can be  
> successfully built,but when I run them ,it failed.It  told me that  
> clang++ - Debug Win32 is out of date,whether should I build it or  
> not. But when I choose either of the two choice ,it would fail.The  
> failed information is that stringstream.exe can't be found or  
> doesn't match . But some times ago ,it can work successfully.

It's *possible* that there is a dependency problem here. Try to  
rebuild the clang++ target; it's just a copy of clang.exe.

> 2.I find that the project of clang-cc doesn't exist in \cfe\tools   
> when I use svn update.But I remember it existed in clang 2.6 .I have  
> no idea.


clang-cc has been removed.

	- Doug



More information about the cfe-commits mailing list