aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Cygwin/Process.cpp
AgeCommit message (Collapse)Author
2004-12-27For PR351:Reid Spencer
* Consolidate implementation for Unix systems into Unix/Process.cpp * Avoid use of symbolic link to #include platform-specific implementation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19150 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-20Cygwin doesn't like .. through a link, so drop the ..Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19076 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-11Provide initial implementations of Memory and Process concepts for variousReid Spencer
platforms. Implement GetLLVMSuffix function for the Path concept. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16292 91177308-0d34-0410-b5e6-96231b3b80d8