[llvm-commits] CVS: llvm/test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise.ll

Reid Spencer rspencer at reidspencer.com
Thu Jan 4 10:42:30 PST 2007


On Thu, 2007-01-04 at 09:54 -0800, Chris Lattner wrote:

> Perhaps in addition to returning an error code, llvm-upgrade should  
> emit something like "parse failed" to the output stream, so that  
> later llvm-as's will die.

How about we make llvm-as produce at least a warning and a non-zero
result code when the input is empty. That way we don't mask the error
and it isn't masked even if the source doesn't come from llvm-upgrade?

> 
> -Chris




More information about the llvm-commits mailing list