aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader/ReaderWrappers.cpp
AgeCommit message (Expand)Author
2007-04-29Switch the bitcode reader interface to take a MemoryBuffer instead of knowingChris Lattner
2007-04-24ensure that every error return sets a message (and goes through Error, forChris Lattner
2007-04-22Initial support for reading bitcode files. They currently only read types,Chris Lattner