summaryrefslogtreecommitdiffstats
path: root/llvm/include/Config/sys
Commit message (Collapse)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-016-168/+0
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Don't #include <unistd.h> directly, go through the config filesChris Lattner2004-06-052-10/+4
| | | | llvm-svn: 14038
* Visual C has something resembling a stat function, but it doesn't provide ↵Chris Lattner2004-06-042-1/+5
| | | | | | S_ISREG llvm-svn: 14016
* Eliminate copy-and-paste commentsChris Lattner2004-02-265-5/+5
| | | | llvm-svn: 11873
* Added LLVM header notice.John Criswell2003-10-206-17/+55
| | | | llvm-svn: 9302
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-306-0/+132
system. llvm-svn: 7014
OpenPOWER on IntegriCloud