[LLVMdev] two quick questions

Sebastian Redl sebastian.redl at getdesigned.at
Thu Oct 7 07:31:54 PDT 2010


On 07.10.2010 14:14, Varol Okan wrote:
> I have two quick questions
>
> 1) It seems that everytime I do an svn up, I can no longer compile lvm (
> + clang ) currently it hangs here
> llvm/tools/clang/lib/Serialization/../../include/clang/Serialization/AttrPCHRead.inc:20:31:
> error: ‘F’ was not declared in this scope
> The only way for me to get it to compile again is a complete fresh check
> out of all source files, which is not optimal.
> Am I the only one having these issues ?
>    
Huh, this one sounds like your LLVM tree is ahead of the Clang tree. If 
it was a different error, I'd say it's a dependency tracker issue, but 
not with this one.

Sebastian




More information about the llvm-dev mailing list