summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/StreamingMemoryObject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a silly bug in StreamingMemoryObject.cpp.Rafael Espindola2014-11-211-0/+30
The logic for detecting EOF was wrong and would fail if we ever requested more than 16k past the last read position. llvm-svn: 222505
OpenPOWER on IntegriCloud