llvm-capstone/libc
Schrodinger ZHU Yifan 0fe20aa45e
[libc] support PIE relocations (#78993)
For some reasons, we are using `-fpie`
(libc/cmake/modules/LLVMLibCObjectRules.cmake:31) without supporting it.
According to @lntue, some of the hermetic tests are broken without
proper PIE support. This patch implements basic relocations support for
PIE.
2024-01-22 12:45:35 -05: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] fix unit tests in fullbuild (#78864) 2024-01-21 21:37:17 -05:00
config [libc] Add missing header ioctl.h on aarch64. (#78865) 2024-01-20 18:16:45 -05:00
docs [libc][arm] add more math.h entrypoints (#77839) 2024-01-18 08:18:13 -08:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Add memcmp / bcmp fuzzers (#77741) 2024-01-11 11:06:46 +01:00
include [libc] Fix float.h header to include the system float.h first and add more definitions. (#78857) 2024-01-20 14:44:51 -05:00
lib [libc] Fix issue introduces by #76449 2024-01-22 03:26:18 +00:00
spec [libc] Add float.h header. (#78737) 2024-01-19 12:04:34 -05:00
src [reland][libc] FPRep builders return FPRep instead of raw StorageType (#78978) 2024-01-22 15:18:16 +01:00
startup [libc] support PIE relocations (#78993) 2024-01-22 12:45:35 -05:00
test [reland][libc] FPRep builders return FPRep instead of raw StorageType (#78978) 2024-01-22 15:18:16 +01:00
utils [libc] fix unit tests in fullbuild (#78864) 2024-01-21 21:37:17 -05: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
CMakeLists.txt [libc] Redo the install targets (#78795) 2024-01-19 15:45:22 -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.