freebsd-skq/lib/Support/Unix
2017-12-18 20:10:56 +00:00
..
COM.inc Vendor import of llvm trunk r238337: 2015-05-27 18:44:32 +00:00
DynamicLibrary.inc Vendor import of llvm trunk r321017: 2017-12-18 20:10:56 +00:00
Host.inc Vendor import of llvm trunk r307894: 2017-07-13 19:25:18 +00:00
Memory.inc Vendor import of llvm trunk r321017: 2017-12-18 20:10:56 +00:00
Mutex.inc Vendor import of llvm trunk r126079: 2011-02-20 12:57:14 +00:00
Path.inc Vendor import of llvm trunk r321017: 2017-12-18 20:10:56 +00:00
Process.inc Vendor import of llvm trunk r321017: 2017-12-18 20:10:56 +00:00
Program.inc Vendor import of llvm trunk r321017: 2017-12-18 20:10:56 +00:00
README.txt Vendor import of llvm trunk r126079: 2011-02-20 12:57:14 +00:00
RWMutex.inc Vendor import of llvm RELEASE_360/rc1 tag r226102 (effectively, 3.6.0 RC1): 2015-01-18 16:17:27 +00:00
Signals.inc Vendor import of llvm trunk r305145: 2017-06-10 13:44:06 +00:00
Threading.inc Vendor import of llvm trunk r321017: 2017-12-18 20:10:56 +00:00
ThreadLocal.inc Vendor import of llvm trunk r241361: 2015-07-05 14:21:36 +00:00
Unix.h Vendor import of llvm trunk r290819: 2017-01-02 19:17:04 +00:00
Watchdog.inc Vendor import of llvm trunk r241361: 2015-07-05 14:21:36 +00:00

llvm/lib/Support/Unix README
===========================

This directory provides implementations of the lib/System classes that
are common to two or more variants of UNIX. For example, the directory
structure underneath this directory could look like this:

Unix           - only code that is truly generic to all UNIX platforms
  Posix        - code that is specific to Posix variants of UNIX
  SUS          - code that is specific to the Single Unix Specification
  SysV         - code that is specific to System V variants of UNIX

As a rule, only those directories actually needing to be created should be
created. Also, further subdirectories could be created to reflect versions of
the various standards. For example, under SUS there could be v1, v2, and v3
subdirectories to reflect the three major versions of SUS.