[libc] Add a baremetal config.
authorSiva Chandra Reddy <sivachandra@google.com>
Tue, 20 Dec 2022 07:11:55 +0000 (07:11 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Tue, 20 Dec 2022 19:43:45 +0000 (19:43 +0000)
commit3beb05417086443ad3314e7008090256b96741a2
tree3ca2a3a00899be92c3043cbdba92436340f5cadc
parent7ae3db66e8a350ce3131fa3f1a19825be3c35d61
[libc] Add a baremetal config.

The config currently includes ctype, math, stdlib, inttypes and string
functions.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D140378
libc/cmake/modules/LLVMLibCArchitectures.cmake
libc/config/baremetal/api.td [new file with mode: 0644]
libc/config/baremetal/entrypoints.txt [new file with mode: 0644]
libc/config/baremetal/headers.txt [new file with mode: 0644]
libc/test/utils/tools/WrapperGen/CMakeLists.txt
libc/utils/CMakeLists.txt