[LLVMdev] Compile Error SVN
Tim Northover
t.p.northover at gmail.com
Thu Jul 18 12:18:06 PDT 2013
Hi Brian,
> Did I do something wrong?
Are you sure your clang and LLVM are at the same revision? That line
from FileSystemStatCache.cpp was added a few days ago, on the same day
that the function itself seems to have been added (16th Jul) so if
your LLVM hasn't been updated things won't work.
Incidentally, I can strongly recommend "git blame" to tell you
reasonably accurately where problematic lines come from (and it looks
like "svn blame" exists too).
Tim.
More information about the llvm-dev
mailing list