[LLVMdev] llvm-test warning

Chris Lattner sabre at nondot.org
Wed Nov 29 11:04:46 PST 2006


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/



More information about the llvm-dev mailing list