Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort the #include lines for unittest/... | Chandler Carruth | 2012-12-04 | 1 | -2/+0 |
| | | | | llvm-svn: 169250 | ||||
* | [Support] Make FileOutputBuffer work on Windows. | Michael J. Spencer | 2012-12-03 | 1 | -18/+7 |
| | | | | llvm-svn: 169167 | ||||
* | Initial commit of new FileOutputBuffer support class. | Nick Kledzik | 2012-08-01 | 1 | -0/+137 |
Since the llvm::sys::fs::map_file_pages() support function it relies on is not yet implemented on Windows, the unit tests for FileOutputBuffer are currently conditionalized to run only on unix. llvm-svn: 161099 |