forked from OSchip/llvm-project
1180c05db2
Summary: AsanOnSIGSEGV has some heuristics for detecting stack overflow, but they don't cope with a PowerPC store-with-update instruction which modifies sp and stores to the modified address in one instruction. This patch adds some PowerPC-specific code to check for this case. This fixes the last few cases of the stack-overflow test. Reviewers: kcc, samsonov, eugenis Reviewed By: eugenis Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D6253 llvm-svn: 222001 |
||
---|---|---|
.. | ||
SDKs | ||
android | ||
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. ================================