llvm-project/libc
Siva Chandra Reddy a5cb6edb47 [libc] Revert: Temporary disable environment tests for PATH variable.
This reverts commit 2846c2bb4f. The reason
for the disable is not relevant anymore.
2022-06-19 21:39:10 +00:00
..
AOR_v20.02 Harmonize Python shebang 2020-07-16 21:53:45 +02:00
benchmarks Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 00:31:44 -07:00
cmake/modules Revert "[libc] Apply no-builtin everywhere, remove unnecessary flags" 2022-06-16 09:28:17 +00:00
config [libc] Add TLS image initialization to aarch64 startup code. 2022-06-17 22:50:14 -07:00
docs [libc][Obvious] Fix hyperlink and typo in math status page. 2022-06-17 09:35:51 -04:00
fuzzing [libc][NFC] split standalone_cpp into single headers 2022-03-08 11:56:08 -08:00
include [libc] Add pthread_create and pthread_join functions. 2022-06-02 01:47:24 +00:00
lib [libc] add malloc funcs as external entrypoints 2021-10-27 10:21:01 -07:00
loader [libc] Add TLS image initialization to aarch64 startup code. 2022-06-17 22:50:14 -07:00
spec [libc] Add pthread_detach and thrd_detach. 2022-06-11 05:29:40 +00:00
src [libc] add printf pointer conv 2022-06-17 17:18:13 -07:00
test [libc] Revert: Temporary disable environment tests for PATH variable. 2022-06-19 21:39:10 +00:00
utils [libc] Add Fuchsia implementation of ::testing::Test 2022-06-13 21:03:51 +00:00
.clang-tidy [libc] Add a naming rule for global constants. 2022-01-19 22:11:16 +00:00
.gitignore [libc][Obvious] Add build folder to .gitignore. 2022-03-04 13:16:55 -05:00
CMakeLists.txt [libc] Implement FLAGS option for generating all combinations for targets. 2022-06-01 00:54:07 -04:00
LICENSE.TXT Rename top-level LICENSE.txt files to LICENSE.TXT 2021-03-10 21:26:24 -08:00
README.txt

README.txt

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.