llvm/libc
Yannic Bonenberger a01523ea99 [libc] improve error message for unsupported target platforms
Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D116888
2022-01-19 10:39:34 -08:00
..
AOR_v20.02
benchmarks [libc][obvious] fix formatting mistake 2021-12-22 11:40:08 -08:00
cmake/modules [libc] Add multithreading support for exhaustive testing and MPFRUtils. 2022-01-13 13:46:14 -05:00
config [libc] move strdup out of requiring SCUDO 2022-01-14 13:32:42 -08:00
docs
fuzzing [libc] apply new lint rules 2021-12-07 10:49:47 -08:00
include
lib
loader [libc][NFC] Move sys/mman entrypoints to the default build configs. 2022-01-11 16:51:10 +00:00
spec [libc] Implement correctly rounded log2f based on RLIBM library. 2022-01-14 12:40:49 -05:00
src [libc][Obvious] Add -Wno-c++17-extensions to sinf, cosf and sincosf targets. 2022-01-19 06:22:17 +00:00
test [libc] Implement correctly rounded log2f based on RLIBM library. 2022-01-14 12:40:49 -05:00
utils [libc] Implement correctly rounded log2f based on RLIBM library. 2022-01-14 12:40:49 -05:00
.clang-tidy [libc] Add a .clang-tidy file for the toplevel libc directory. 2021-12-09 00:19:25 +00:00
CMakeLists.txt [libc] improve error message for unsupported target platforms 2022-01-19 10:39:34 -08:00
LICENSE.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.