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:
"c:\llvm_build\llvm.sln" (default target) (1) -> "c:\llvm_build\test\check-llvm.vcxproj.metaproj" (default target) (180)-> "c:\llvm_build\test\check-llvm.vcxproj" (default target) (329) -> (CustomBuild target) ->CUSTOMBUILD : LLVM error : IO failure on output stream. [c:\llvm_build\test\check-llvm.vcxproj] C:/llvm_build/bin/Release/macho-dump.EXE : error : unable to read relocation table entry '0' [c:\llvm_build\test\check-llvm.vcxproj] "c:\llvm_build\llvm.sln" (default target) (1) -> "c:\llvm_build\tools\clang\test\check-clang.vcxproj.metaproj" (default target) (179) -> "c:\llvm_build\tools\clang\test\check-clang.vcxproj" (default target) (360) -> 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] 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. Ryan
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
