summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Cygwin/Memory.cpp
Commit message (Collapse)AuthorAgeFilesLines
* For PR351:Reid Spencer2004-12-271-55/+0
| | | | | | | * Consolidate implementation for Unix systems into Unix/Memory.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19152
* Cygwin doesn't like .. through a link, so drop the ..Reid Spencer2004-12-201-1/+1
| | | | llvm-svn: 19076
* Fix the interface to ReleaseRWX to take MemoryBlock& not Memory&Reid Spencer2004-09-151-1/+1
| | | | llvm-svn: 16356
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-131-7/+8
| | | | llvm-svn: 16318
* Fix typo: sterror -> strerrorReid Spencer2004-09-111-1/+1
| | | | llvm-svn: 16294
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-111-0/+54
platforms. Implement GetLLVMSuffix function for the Path concept. llvm-svn: 16292
OpenPOWER on IntegriCloud