summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Cygwin/Path.cpp
Commit message (Collapse)AuthorAgeFilesLines
* For PR351:Reid Spencer2004-12-241-52/+0
| | | | | | | This implementation is no longer needed, its been merged to Unix/Path.cpp since there is such little variation between the platforms. llvm-svn: 19133
* Cygwin doesn't like .. through a link, so drop the ..Reid Spencer2004-12-201-1/+1
| | | | llvm-svn: 19076
* Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXTReid Spencer2004-12-131-5/+0
| | | | | | available. llvm-svn: 18904
* Rename Path::get -> Path::toStringReid Spencer2004-12-111-1/+1
| | | | llvm-svn: 18802
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-3/+3
| | | | llvm-svn: 17498
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-111-0/+5
| | | | | | | platforms. Implement GetLLVMSuffix function for the Path concept. llvm-svn: 16292
* mkdtemp doesn't exist on Cygwin. Use tempnam & mkdir instead.Reid Spencer2004-09-011-5/+7
| | | | llvm-svn: 16133
* Move the GetTemporaryDirectory function from "generic Unix" to platformReid Spencer2004-08-301-0/+50
specific. llvm-svn: 16119
OpenPOWER on IntegriCloud