llvm-project/libc
Stella Laurenzo 38151a08c2 Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"."
This reverts commit 7cdda6b8ce.

Differential Revision: https://reviews.llvm.org/D121020
2022-03-04 13:45:43 -08:00
..
AOR_v20.02 Harmonize Python shebang 2020-07-16 21:53:45 +02:00
benchmarks Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"." 2022-03-04 13:45:43 -08:00
cmake/modules [libc] Add LLVM_LIBC_CLANG_TIDY option and allow LLVM_LIBC_ENABLE_LINTING without full build. 2022-03-01 11:04:29 -05:00
config [libc] Make the errno macro resolve to the thread local variable directly. 2022-03-04 17:29:49 +00:00
docs Rewrite much of the index page for libc 2022-02-16 03:46:20 +00:00
fuzzing [libc] apply new lint rules 2021-12-07 10:49:47 -08:00
include [libc][NFC] Add a platform independent thread support library. 2022-03-04 18:33:46 +00:00
lib [libc] add malloc funcs as external entrypoints 2021-10-27 10:21:01 -07:00
loader [lib][Obvious] Fix style in a few include directives. 2022-02-16 05:57:12 +00:00
spec [libc] Make the errno macro resolve to the thread local variable directly. 2022-03-04 17:29:49 +00:00
src [libc] Fix small bugs in aarch64/FEnvImpl.h and simplify feclearexcept_test. 2022-03-04 15:18:03 -05:00
test Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"." 2022-03-04 13:45:43 -08:00
utils [libc] undefined reference in LibcTest.cpp 2022-02-09 20:45:56 +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] Add LLVM_LIBC_CLANG_TIDY option and allow LLVM_LIBC_ENABLE_LINTING without full build. 2022-03-01 11:04:29 -05: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.