forked from OSchip/llvm-project
1c4d621556
by manually adding __asan_mz_* to the generated interface functions list. Declaring these functions in asan_interface_internal.h doesn't work quite well: their prototypes must match the prototypes of zone functions in malloc/malloc.h, but some of the types (e.g. malloc_zone_t and size_t) aren't available in asan_interface_internal.h llvm-svn: 228290 |
||
---|---|---|
.. | ||
SDKs | ||
cmake | ||
include | ||
lib | ||
make | ||
test | ||
unittests | ||
www | ||
.arcconfig | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OWNERS.TXT | ||
CREDITS.TXT | ||
LICENSE.TXT | ||
Makefile | ||
README.txt |
README.txt
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================