Changes in directory llvm/include/llvm/Bytecode:
Reader.h updated: 1.29 -> 1.30
---
Log message:
move archive-specific stuff out of bcreader into archive library.
---
Diffs of the changes: (+0 -30)
Reader.h | 30 --
1 files changed, 30 deletions(-)
Index: ll
Changes in directory llvm/include/llvm/Bytecode:
Reader.h updated: 1.28 -> 1.29
---
Log message:
move an llvmc-specific function out of the bcreader into llvmc.
---
Diffs of the changes: (+0 -12)
Reader.h | 12
1 files changed, 12 deletions(-)
Index: llvm/include/llvm/Byte
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,
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
>
Changes in directory llvm/include/llvm/Bytecode:
Reader.h updated: 1.26 -> 1.27
---
Log message:
Restore source-level compatibility with clients of these functions.
---
Diffs of the changes: (+6 -6)
Reader.h | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
Index: llv
Changes in directory llvm/include/llvm/Bytecode:
Reader.h updated: 1.25 -> 1.26
---
Log message:
For PR797: http://llvm.org/PR797 :
Remove exception throwing/handling from lib/Bytecode, and adjust its users
to compensate for changes in the interface.
---
Diffs of the changes: (+52 -24)
Rea