forked from OSchip/llvm-project
7eb5cb7f9e
Previously, allocator functions were only available if they were included from scudo or by using the system libc headers (i.e. by turning off the full build). This patch changes the logic to include the prototypes for the allocator functitons in all cases, which allows the linker to link in the system's allocator. Reviewed By: sivachandra, abrachet Differential Revision: https://reviews.llvm.org/D119587 |
||
---|---|---|
.. | ||
AOR_v20.02 | ||
benchmarks | ||
cmake/modules | ||
config | ||
docs | ||
fuzzing | ||
include | ||
lib | ||
loader | ||
spec | ||
src | ||
test | ||
utils | ||
.clang-tidy | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE.TXT | ||
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.