[LLVMdev] two quick questions

John McCall rjmccall at apple.com
Thu Oct 7 10:41:42 PDT 2010


On Oct 7, 2010, at 5:14 AM, Varol Okan wrote:
> 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.

It's important to note that 'svn up' in the LLVM root will not update
sub-checkouts like clang.  'make update' will, though.

I'm afraid I'm on the wrong side of the country to join you for beer.

John.



More information about the llvm-dev mailing list