Re: [llvm-commits] CVS: llvm/include/llvm/Bytecode/Reader.h

2006-08-30 Thread Chris Lattner
On Wed, 30 Aug 2006, Reid Spencer wrote: Personally, I consider this "compatibility" to be wrong since it allows callers to avoid the error message. We should report errors that occur. Depends on the client. In this case, it was a gratuitous source-level incompatibility... -Chris On Wed,

Re: [llvm-commits] CVS: llvm/include/llvm/Bytecode/Reader.h

2006-08-30 Thread Reid Spencer
Personally, I consider this "compatibility" to be wrong since it allows callers to avoid the error message. We should report errors that occur. Reid. On Wed, 2006-08-30 at 15:48 -0500, Chris Lattner wrote: > > Changes in directory llvm/include/llvm/Bytecode: > > Reader.h updated: 1.26 -> 1.27 >