llvm-project/libc/include
Siva Chandra Reddy e5edd74bb7 [libc] Add a target to install libc in the full build mode.
* In the full build mode, `ninja install-libc` will install the headers as
  well the static archive named libc.a.
* In the default mode, `ninja install-llvmlibc` will only install the
  static archive libllvmlibc.a.

Reviewed By: jeffbailey

Differential Revision: https://reviews.llvm.org/D132015
2022-08-17 22:49:02 +00:00
..
llvm-libc-macros [libc] Add implementation of POSIX lseek function. 2022-03-15 16:24:48 +00:00
llvm-libc-types [libc][Obvious] Rearrange few header targets to satisfy dependency order. 2022-08-16 22:33:45 +00:00
sys [libc] Add implementations of POSIX mkdir, mkdirat, rmdir, unlink and unlinkat. 2022-02-01 05:17:10 +00:00
CMakeLists.txt [libc] Add a target to install libc in the full build mode. 2022-08-17 22:49:02 +00:00
__llvm-libc-common.h [libc] Make the errno macro resolve to the thread local variable directly. 2022-03-04 17:29:49 +00:00
assert.h.def
ctype.h.def
dirent.h.def [libc] Add dirent.h functions opendir, readdir, closedir and dirfd. 2022-07-25 20:23:25 +00:00
errno.h.def
fcntl.h.def [libc] Add POSIX close, fsync, open, read and write functions. 2022-01-27 20:32:02 +00:00
fenv.h.def [libc] Add simple x86_64 floating point exception and rounding mode support. 2020-12-03 12:55:12 -08:00
inttypes.h.def [libc] add inttypes header 2021-08-26 18:04:21 +00:00
math.h.def
pthread.h.def [libc] Add a definition of pthread_attr_t and its getters and setters. 2022-04-11 16:08:49 +00:00
signal.h.def
stdio.h.def [libc] Add implementation of POSIX lseek function. 2022-03-15 16:24:48 +00:00
stdlib.h.def
string.h.def
threads.h.def [libc] Move the remaining public types to their own type headers. 2022-01-20 23:04:26 +00:00
time.h.def Initial commit of mktime. 2020-11-30 21:07:16 -08:00
unistd.h.def [libc] Add implementation of POSIX lseek function. 2022-03-15 16:24:48 +00:00