Changes in directory llvm/include/llvm/Bitcode:
ReaderWriter.h updated: 1.2 -> 1.3
---
Log message:
add a new CreateBitcodeWriterPass method, which creates a bitcode writer as
a pass
---
Diffs of the changes: (+5 -0)
ReaderWriter.h |5 +
1 files changed, 5 insertions(+)
Index: ll
Changes in directory llvm/include/llvm/Bitcode:
ReaderWriter.h updated: 1.1 -> 1.2
---
Log message:
Switch the bitcode reader interface to take a MemoryBuffer instead of knowing
anything about disk I/O itself. This greatly simplifies its interface -
eliminating the need for the ReaderWrappers.