svn update and make failures

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

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.

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. :slight_smile:

Garrison