forked from OSchip/llvm-project
136494c256
1. /proc/self/smaps may be bigger than 1 << 14. On my machine, it is 26KB. 2. The read system call may return a partially filled buffer. We need to check the return value from read. Patch by H.J. Lu llvm-svn: 231502 |
||
---|---|---|
.. | ||
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. ================================