I am trying to compile my llvm/clang tree (on windows 7, with VS 2010 toolset) after syncing to tip in order to make a patch to send out. I noticed the compilation is failing with the following errors:
<div><br></div><div><div>"c:\llvm_build\llvm.sln" (default target) (1) -></div><div>"c:\llvm_build\test\check-llvm.vcxproj.metaproj" (default target) (180)-></div><div>"c:\llvm_build\test\check-llvm.vcxproj" (default target) (329) -></div>
<div>(CustomBuild target) ->CUSTOMBUILD : LLVM error : IO failure on output stream. [c:\llvm_build\test\check-llvm.vcxproj]</div><div>C:/llvm_build/bin/Release/macho-dump.EXE : error : unable to read relocation table entry '0' [c:\llvm_build\test\check-llvm.vcxproj]</div>
<div><br></div><div>"c:\llvm_build\llvm.sln" (default target) (1) -></div><div>"c:\llvm_build\tools\clang\test\check-clang.vcxproj.metaproj" (default target) (179) -></div><div>"c:\llvm_build\tools\clang\test\check-clang.vcxproj" (default target) (360) -></div>
<div>  CUSTOMBUILD : not grep error C: \llvm_build\tools\clang\test\Index\Output\complete-recovery.m.tmp [c:\llvm_build\tools\clang\test\check-clang.vcxproj]</div></div><div><br></div><div>Not sure how to interpret this exactly, or if my changes are causing this. I never saw this previously with the same changes, but last time I built was probably a month or more ago and I just recently sunk to tip. Ideas for further investigation would be welcome.</div>
<div><br></div><div>Ryan</div>