PreSelection

Hello,

My llvm tree doesn't compile; it exits after an error saying:

/bin/sh: PreSelection: does not exist

while in the lib/CodeGen directory. How can this error be overcome?

My llvm tree doesn't compile; it exits after an error saying:
/bin/sh: PreSelection: does not exist
while in the lib/CodeGen directory. How can this error be overcome?

I'm not sure what the real answer is, but you should just be able to take
"PreSelection" out of the lib/CodeGen/Makefile file. Vikram will know the
right answer to your problem, but make sure you've updated your tree with
the utils/cvsupdate script before you do anything.

-Chris

http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/

I suspect you ran cvs without the -d option, so it failed to create that
directory when it was added.

If you use
  % cd llvm
  % utils/cvsupdate
you won't have that problem.

--Vikram