summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Cygwin/MappedFile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* For PR351:Reid Spencer2004-12-271-18/+0
| | | | | | | * Consolidate implementation for Unix systems into Unix/MappedFile.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19151
* Cygwin doesn't like .. through a link, so drop the ..Reid Spencer2004-12-201-1/+1
| | | | llvm-svn: 19076
* First version of the MappedFile abstraction for operating system idependentReid Spencer2004-10-041-0/+18
mapping of files. This first version uses mmap where its available. The class needs to implement an alternate mechanism based on malloc'd memory and file reading/writing for platforms without virtual memory. llvm-svn: 16649
OpenPOWER on IntegriCloud