Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -27/+0 |
| | | | | | | | | SysConf abstraction was pointless because it had a single function in it that pertained only to the current process. So merge it into the Process abstraction and remove the files completely. llvm-svn: 19149 | ||||
* | Cygwin doesn't like .. through a link, so drop the .. | Reid Spencer | 2004-12-20 | 1 | -1/+1 |
| | | | | llvm-svn: 19076 | ||||
* | Add a new abstraction, SysConfig for platform independent system | Reid Spencer | 2004-08-31 | 1 | -0/+27 |
configuration calls. Right now this just contains PreventCoreFiles so that bugpoint can by platform independent. llvm-svn: 16124 |