Add a new memorybuffer class, to unify all the file reading code in the system
authorChris Lattner <sabre@nondot.org>
Sun, 29 Apr 2007 06:58:52 +0000 (06:58 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Apr 2007 06:58:52 +0000 (06:58 +0000)
commit333ffd4abfcc3be32a945dc73c81adeafde1ba6b
treec8bcd62adcbe71c7bbf7ea78b3605caf47a14fc0
parenta527bf13a5d85b0a7d70e958a6b1948c02280c7b
Add a new memorybuffer class, to unify all the file reading code in the system

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36553 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/MemoryBuffer.h [new file with mode: 0644]
lib/Support/MemoryBuffer.cpp [new file with mode: 0644]