Merge StreamableMemoryObject into MemoryObject.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 12 Nov 2014 03:55:46 +0000 (03:55 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 12 Nov 2014 03:55:46 +0000 (03:55 +0000)
commit79e1f9ff993c6d4eaf7a7ede20fe073f2af71645
tree90fb001da474c994afa5655fd6addf6c52b7d044
parent28309185b28034edc1b54c4e2a01c399f5097f28
Merge StreamableMemoryObject into MemoryObject.

Every MemoryObject is a StreamableMemoryObject since the removal of
StringRefMemoryObject, so just merge the two.

I will clean up the MemoryObject interface in the upcoming commits.

llvm-svn: 221766
llvm/include/llvm/Bitcode/BitstreamReader.h
llvm/include/llvm/Support/MemoryObject.h
llvm/include/llvm/Support/StreamingMemoryObject.h [moved from llvm/include/llvm/Support/StreamableMemoryObject.h with 59% similarity]
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/DataStream.cpp
llvm/lib/Support/StreamingMemoryObject.cpp [moved from llvm/lib/Support/StreamableMemoryObject.cpp with 91% similarity]