See attached build (gmake -k) log.
errs (6.88 KB)
This looks like a header file had been moved or deleted from the tree,
but its entry is still in one of the dependency lists (*.d). Just do
the following:
% cd llvm
% /bin/rm `find . -name '*.d'`
or delete the specific .d file that produced the error message.
Then re-run gmake -k and it should work.
--Vikram
http://www.cs.uiuc.edu/~vadve