With a recent change made to the llvm-test makefiles, you may start
getting failures for everything. To fix this, remove the 'native output'
with a command like this:
find projects/llvm-test/ -name \*.out-nat -print -exec rm {} \;
The next time you run llvm-test, the native output will be rebuilt
properly.
-Chris
--
http://nondot.org/sabre/
http://llvm.org/