llvm-capstone/libc
Nick Desaulniers cc84a14197
[libc] fix getchar_unlocked (#73874)
A typo was leading to getc_unlocked.cpp.o being included into libc.a
twice.

I only noticed because I was trying to convert libc.a to a shared object
via

$ ld.lld -o libc.so --whole-archive libc.a

which errored since getc_unlocked was being defined twice.
2023-11-30 12:38:00 -08:00
..
AOR_v20.02 [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
benchmarks [libc] Add --sweep-min-size flag for benchmarks (#70302) 2023-10-26 11:06:15 +02:00
cmake/modules [libc] add PREFER_GENERIC flag (#73744) 2023-11-28 23:47:48 -05:00
config [libc][SysMMan] implement mincore (#73704) 2023-11-30 14:22:36 -05:00
docs [libc][docs] Update implementation docs (#73590) 2023-11-28 10:14:12 -08:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Add simple long double to printf float fuzz (#68449) 2023-10-16 13:32:34 -07:00
include [libc] [search] implement hcreate(_r)/hsearch(_r)/hdestroy(_r) (#73469) 2023-11-28 21:02:25 -05:00
lib [libc] Build two different static archives libc.a and libm.a under full build. 2023-01-31 21:45:08 +00:00
spec [libc][SysMMan] implement mincore (#73704) 2023-11-30 14:22:36 -05:00
src [libc] fix getchar_unlocked (#73874) 2023-11-30 12:38:00 -08:00
startup [libc] Remove the optional arguments for NVPTX constructors (#69536) 2023-11-20 17:10:15 -06:00
test [libc][SysMMan] implement mincore (#73704) 2023-11-30 14:22:36 -05:00
utils [libc] Explicitly pin memory for the HSA memory transfer (#73973) 2023-11-30 13:46:52 -06:00
.clang-tidy [libc][NFC] Clean up clang-tidy warnings for src/__support and src/math. 2023-03-15 18:47:31 -04:00
.gitignore [libc][Obvious] Add build folder to .gitignore. 2022-03-04 13:16:55 -05:00
CMakeLists.txt [libc] Add base for target config within cmake (#72318) 2023-11-17 11:32:27 -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.