Just wanted to note that this morning that I had to (for a complete, including examples, build): 1) Move llvm/cmake/modules/LLVMLibDeps.cmake.old out of way for svn update to work 2) Modfiy llvm/examples/Makefile to remove TracingBrainF in order for a subsequent make to work Don't know if the current repository changes will fix this, or if I'm doing something else wrong. A new checkout also had the same make issue as can be expected. Garrison
Cool. Sorry for the bad paste by the way. LLVMLibDeps.cmake.old should instead be LLVMLibDeps.cmake. I'm assuming that someone will fix the examples/Makefile. If not I'll do it if when the repo. is back, unless of course I'm notified that I'm missing something. :-) Garrison On Sep 14, 2010, at 10:12, John Criswell wrote:> Garrison Venn wrote: >> Just wanted to note that this morning that I had to (for a complete, including examples, build): >> >> 1) Move llvm/cmake/modules/LLVMLibDeps.cmake.old out of way for svn update to work >> 2) Modfiy llvm/examples/Makefile to remove TracingBrainF in order for a subsequent make to work >> >> Don't know if the current repository changes will fix this, or if I'm doing something else wrong. >> A new checkout also had the same make issue as can be expected. >> > > This should have nothing to do with the current repository work, nor should the current repository work fix it. > > At the moment, the repository is accessible but is read-only (I basically disabled everyone's account temporarily), and no changes have been made to it as of yet. The fix removes some files which were committed to the test suite but should not have been; it should not affect anything in LLVM proper. > > -- John T. > >> Garrison >> >> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> >
Garrison Venn wrote:> Just wanted to note that this morning that I had to (for a complete, including examples, build): > > 1) Move llvm/cmake/modules/LLVMLibDeps.cmake.old out of way for svn update to work > 2) Modfiy llvm/examples/Makefile to remove TracingBrainF in order for a subsequent make to work > > Don't know if the current repository changes will fix this, or if I'm doing something else wrong. > A new checkout also had the same make issue as can be expected. >This should have nothing to do with the current repository work, nor should the current repository work fix it. At the moment, the repository is accessible but is read-only (I basically disabled everyone's account temporarily), and no changes have been made to it as of yet. The fix removes some files which were committed to the test suite but should not have been; it should not affect anything in LLVM proper. -- John T.> Garrison > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >